Posts: 39
Threads: 10
Joined: Sep 2022
Reputation:
0
Hi Tim,
Is there a project to have moode in multi-languages?
Is so I can help to translate in french.
Kind regards
Phil
Posts: 13,415
Threads: 304
Joined: Mar 2018
Reputation:
543
Thanks for the offer :-) but although "multi-language" is somewhere on the TODO list there hasn't been a dev to take on the substantial work effort to create and maintain a language string database and modify the code base to use it.
Posts: 570
Threads: 16
Joined: Apr 2020
Reputation:
22
I18n also support one single file or single file per language.
Don't forget that not all stuff for is in html/js or html templates, but also in php. Especially the configuration stuff.
Also there is difference between translation of static vs dynamics items.
Normally I use the i18n stuff, because it is supported in multiple source code environments. And provide tooling for scanning the code to generate the translation files or check for missing translations, provide good support for plurals, language fallback, strings with variables etc.
Don't think too lightly about good localisation solution.
Posts: 13,415
Threads: 304
Joined: Mar 2018
Reputation:
543
Yes, the i18n framework should be used.
It would be best to test this out with just a single PHP template/script and a single modal screen/JS to get a feel for how things work and whether there are any side effects for example broken layout of elements on the page due to longer text strings, slower loading, etc.
Posts: 2
Threads: 1
Joined: Nov 2023
Reputation:
0
I'd like to offer to contribute Japanese (speaker 15+ years, friends/family native). Please let me know when/how I can start.