Updating the command-line help translation #32
Replies: 5 comments
-
|
Figured out a trick: |
Beta Was this translation helpful? Give feedback.
-
|
Speaking of that particular diff, I noticed that the translation sync script tries to helpfully modify the translated option message string by putting the untranslated new English option description in the right place among the other options. But it didn't add the second part of the change, where It looks like whoever updated en_GB.po to remove the |
Beta Was this translation helpful? Give feedback.
-
Argh! That'll be me.
Done it. Thanks. |
Beta Was this translation helpful? Give feedback.
-
For |
Beta Was this translation helpful? Give feedback.
-
|
Yup, I absolutely love fugitive! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The command-line help message is split into two large strings. When anything changes, the entire 40-line string becomes fuzzy and it's difficult to understand what exactly needs to be updated.
Has anyone any tips on how to get the message id from git history at the point before its translation became fuzzy and diff it against the current one?
Would it maybe be possible to split these messages into one msgid per command-line option?
Beta Was this translation helpful? Give feedback.
All reactions