Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Externalize Translations #42

Open
chisui opened this issue Nov 5, 2018 · 0 comments
Open

Externalize Translations #42

chisui opened this issue Nov 5, 2018 · 0 comments
Labels
enhancement New feature or request Internal
Projects

Comments

@chisui
Copy link
Member

chisui commented Nov 5, 2018

Currently translations, translation keys and classnames are used somewhat interchangeably.

Whenever a text is displayed to the user it should be retrieved from a translation File of some sort. Maybe ResourceBundle can be used for that. And formatted using MessageFormat.

This change should also include a change from using UI texts as keys in ComboBoxes and Maps. Instead Enums, String constants or somthing else appropriate should be used.

@chisui chisui added enhancement New feature or request Internal labels Nov 5, 2018
@chisui chisui added this to To do in Dev via automation Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Internal
Projects
Dev
  
To do
Development

No branches or pull requests

1 participant