Add multi-language support to the start screen and help-modal#305
Merged
Conversation
Member
Author
Member
Author
|
Here’s the current progress on the multilingual support work.
If anyone is willing to help with translations into languages other than Japanese, it would be greatly appreciated! |
Member
Author
|
As I mentioned on Discord, I’d like to leave a note here as well. |
evanpelle
approved these changes
Mar 21, 2025
evanpelle
pushed a commit
that referenced
this pull request
Mar 25, 2025
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](#305). --------- Co-authored-by: Cldprv <dubois.cnm@tutanota.com> Co-authored-by: jacks0n <rosty.west89@gmail.com>
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request adds multi-language support to the start screen.
Languages are managed via JSON files, making it easy to add new languages in the future.
I added a basic language selection button for switching between languages.
However, I believe it would benefit from a better design — my design skills are limited, so I apologize in advance.
Looking forward to your feedback and possible design improvements.