Skip to content
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

Merged
merged 11 commits into from
Mar 22, 2020
Merged

fix: Translation update issues #7877

merged 11 commits into from
Mar 22, 2020

Conversation

RussKie
Copy link
Member

@RussKie RussKie commented Mar 18, 2020

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.

@ghost ghost assigned RussKie Mar 18, 2020
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
@RussKie
Copy link
Member Author

RussKie commented Mar 20, 2020

I have pushed few variant of an update to the README, I'm happy with the last one. Let me know what you think.

Copy link
Member

@mstv mstv left a 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 ...

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
RussKie and others added 3 commits March 21, 2020 16:21
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>
@RussKie
Copy link
Member Author

RussKie commented Mar 21, 2020

In addition, I'd like to have a short comment in the CONTRIBUTING.md at line 61, e.g.

I have updated CONTRIBUTING.md and https://github.com/gitextensions/gitextensions/wiki/Translations

@RussKie
Copy link
Member Author

RussKie commented Mar 21, 2020

...also updated https://github.com/gitextensions/gitextensions/wiki/How-To:-build-instructions

@vbjay
Copy link
Contributor

vbjay commented Mar 21, 2020 via email

Copy link
Member

@mstv mstv left a 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.

README.md Outdated Show resolved Hide resolved
Co-Authored-By: Michael Seibt <36601201+mstv@users.noreply.github.com>
@mstv mstv merged commit e954c6d into gitextensions:master Mar 22, 2020
@ghost ghost added this to the 4.0 milestone Mar 22, 2020
@mstv
Copy link
Member

mstv commented Mar 22, 2020

Thank you.

@RussKie RussKie deleted the fix_7873 branch March 22, 2020 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translation update issues
4 participants