-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Translation update issues #7877
Conversation
Resolves gitextensions#7873 * TranslationApp fails because it tries to write the file to the non-existing directory artifacts\bin\TranslationApp\Debug\net461\Translation due to an incorrect working directory * Everytime trnaslations are updated the current application version is written in xlf files. This creates additional maintenance, yet this functionality is not utilised. The version is set to empty string. * Remove now defunct UpdateLocalEnglishTranslations.ps1 script
I have pushed few variant of an update to the README, I'm happy with the last one. Let me know what you think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good.
In addition, I'd like to have a short comment in the CONTRIBUTING.md
at line 61, e.g.
- .xlf files do not need to be modified. The English xlf is generated ...
+ Run `build.cmd -loc` to update English translations if you have changed those. The other .xlf files do not need to be modified. The English.xlf is generated ...
Co-Authored-By: Michael Seibt <36601201+mstv@users.noreply.github.com>
Co-Authored-By: Michael Seibt <36601201+mstv@users.noreply.github.com>
Co-Authored-By: Michael Seibt <36601201+mstv@users.noreply.github.com>
I have updated CONTRIBUTING.md and https://github.com/gitextensions/gitextensions/wiki/Translations |
... can be built...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One final nit for consistency.
Co-Authored-By: Michael Seibt <36601201+mstv@users.noreply.github.com>
Thank you. |
Resolves #7873
Proposed changes
TranslationApp fails because it tries to write the file to the non-existing directory artifacts\bin\TranslationApp\Debug\net461\Translation due to an incorrect working directory
Everytime trnaslations are updated the current application version is written in xlf files. This creates additional maintenance, yet this functionality is not utilised.
The version is set to empty string.
Remove now defunct UpdateLocalEnglishTranslations.ps1 script
✒️ I contribute this code under The Developer Certificate of Origin.