-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The game should support multiple languages. Currently all texts are hardcoded in the code. LibGDX offers the I18NBundle class to retreive translated texts from properties files. See LibGDX documentation.
What needs to be done:
- move all translatable texts to properties
- add descriptive comments to each property providing context for translation
- load the texts via I18NBundle
- add new setting for the language
- create auto option (default) that detects the system language automatically
- modify the skin to include common special characters (can be adjusted later)
- nice to have: update text language when the setting is changed (alternatively tell the user to restart the game)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request