ThibautSF / ParadoxosModManager

Software to manage mods for recent Paradox games
37 stars 6 forks source link

[Low] App Localization #6

Open ThibautSF opened 7 years ago

ThibautSF commented 7 years ago

Make the app allow translations from users so they could use the app in their own language.

I think we can use an equivalent logic of Paradox game mods or android app : one file with a specific structure (xml again ?) for each language.

NicolasGrosjean commented 7 years ago

We can use this : https://docs.oracle.com/javase/tutorial/i18n/resbundle/propfile.html

I have found it as a standard in some forums. I have not tested it yet.

NicolasGrosjean commented 6 years ago

Someone told me about poedit for the translation. gettext generates .po files with the content to translate, you can translate these files with poedit. gettext is a C program but it seems in stackoverflow that some people success to use it with Java with few code