Translate all out-of-game UI (start screen, lobbies, etc.)#316
Conversation
Sync latest commits
Sync latest commits
|
Apologies to anyone who was working on this — please note the update! |
|
I’ve resolved the issue where translations weren’t working properly on openfront.dev. I’d appreciate it if this pull request could be merged before the changes are pushed to openfront.io! |
|
Bulgarian is also supported, but the JSON file is in #314, so that will be needed as well. |
Add french translation.
Add French language support
|
Thanks to cldprv, French language support has been added. Really appreciate your contribution! 🇫🇷 |
|
daimyo_panda2 helped correct the Japanese translation!🇯🇵 |
I don't know any more languages, I will stop here. Thinking about improving the UI, it doesn't look very great on Firefox. Everythings works, and I think I runned prettier this time, so should be able to merge without problems.
Co-authored-by: jacks0n <rosty.west89@gmail.com>
Add Dutch translation
|
Thanks! This is very helpful! Mind running npm run format to format the files |
Adding the base bulgarian language json file and making it usable in game. This PR is building on top of the multi language support PR. Note: Needs PR #316 to work!

This PR adds full translation support for all out-of-game UI elements,
including the start screen, public/private lobby modals, and other pre-game interfaces.
All static text has been externalized to en.json and ja.json for future language support.
If you find any spots that are not yet translated (missing from the JSON), please let me know.
Thanks a lot!
This is a follow-up to PR #305.