-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
[Feature] Add all missing languages automatically #388
Milestone
Comments
Hofknecht
added a commit
that referenced
this issue
May 29, 2022
Hofknecht
added a commit
that referenced
this issue
May 29, 2022
Hofknecht
added a commit
that referenced
this issue
May 29, 2022
@HansieNL @igorruckert @yrctw |
Hofknecht
added a commit
that referenced
this issue
May 29, 2022
Hofknecht
added a commit
that referenced
this issue
Jun 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found a great tool to generate resx files and translate them automatically
https://github.com/salarcode/AutoResxTranslator
After adding a new translation in english, then run this tool with the following configuration:
Find language code and language name in native here:
https://www.venea.net/web/culture_code
Make sure we keep this new specific translations:
Resources/Languages/lang.tr.resx #403
Resources/Languages/lang.zh-TW.resx #411
Create/Copy a new translation manually here too
Resources/Languages/lang.en.resx -> lang.en-GB.resx #414
Via the tool some resx not matches, rename these files manually (#467)
lang.tl.resx -> lang.fil.resx (Filipino Philippinisch Filipino)
lang.iw.resx -> lang.he.resx (Hebrew Hebräisch עִברִית)
lang.no.resx -> lang.nb.resx (Norwegian Norwegisch norsk)
The text was updated successfully, but these errors were encountered: