Hi,
Git v2.10.0-rc0 has been released, and it's time to start new round of git l10n.
This time there are 248 updated messages need to be translated since last
update:
l10n: git.pot: v2.10.0 round 1 (248 new, 56 removed)
Generate po/git.pot from v2.10.0-rc0 for git v2.10.0 l10n round 1.
Signed-off-by: Jiang Xin [off-list ref]
You can get it from the usual place:
https://github.com/git-l10n/git-po/
As how to update your XX.po and help to translate Git, please see
"Updating a XX.po file" and other sections in “po/README" file.
--
Jiang Xin
Hi all,
Before anyone tries to localize this round, I'd like to make some preliminary
comments:
1. In config.c, the changes to the function die_bad_number tried to flatten the
translated strings (no message building logic). I think it went too far, and
the reason of the failure can be factorized so that we don't have to
retranslate each time. I might be wrong on this one, but I have no example of
language where we would need differentiated error reasons.
2. in sequencer.c, there is a mistake in the original string to translate
"Cannot revert during a another revert"
3. git-rebase--interactive, in this_nth_commit_message and
skip_nth_commit_message are not localizable, because the logic of declination
of numeral attributes is in the code and is really oriented towards English
and doesn't make sense for other languages (with 28 strings to translate !).
In this case, I would suggest to step back and just have a single string per
function.
If translators can quickly agree on these issues and maybe others I haven't
seen, I can prepare a patch for review this weekend.
BR
Jean-Noël (french translation)
2016-08-20 10:01 GMT-06:00 Jean-Noël AVILA [off-list ref]:
2. in sequencer.c, there is a mistake in the original string to translate
"Cannot revert during a another revert"
There's also "In both case" in git-rebase--interactive.sh.
-Alex