Open rddim opened 3 years ago
Looks good, how can i do this without changing current locale structure?
I think you should need to edit the build_locale.py
I did some tests and:
If you rename (for example) Russian.ini
to Русский.ini
the build_locale.py
will read the filename and will change the [Russian]
to [Русский]
in the 4th line of the Russian.ini and the generated simplewall.lng
file will display the lang name as the screen above.
My suggestion is to:
*.ini
lang file needs to update [<locale name here>]
with native language name (by the authors, for safer)build_locale.py
to read the [<locale name here>]
string of every *.ini
file. Not to write the filename here
@henrypp What do you think if we have language menu localized too? Something like the right screen.