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

Several GregTech localization files #21

Open
Eldrinn-Elantey opened this issue Sep 29, 2024 · 2 comments
Open

Several GregTech localization files #21

Eldrinn-Elantey opened this issue Sep 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Eldrinn-Elantey
Copy link

The other day I noticed that there are several GregTech localization files on the translation project:

  • resources/GregTech[gregtech]/lang/ru_RU.lang.json
  • resources/GregTech(+8)[gregtech]/lang/ru_RU.lang.json
  • resources/GregTech(+12)[gregtech]/lang/ru_RU.lang.json

Why are there more than one? Which one should be used for translation?

@miozune
Copy link
Member

miozune commented Sep 30, 2024

This is not specific to Russian but for all the languages. (+n) indicates there're multiple mods in one jar. This was not a problem before, but we gradually merged addons into one GT jar, which caused this issue.

Adding translation on either of the files will work, though I'm not sure which one would be prioritized when there're conflicting entries.
Proper fix is removing plus notation and merging existing translations into one file. I'll work on it later.

@miozune miozune added bug Something isn't working and removed ru_RU labels Sep 30, 2024
@Eldrinn-Elantey
Copy link
Author

Okay, then I'll focus on the translation in the file without (+n). If you need any help, let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants