- Added test to ensure there are no string literals
- Added test to ensure a string is translated in all language files
- Added missing strings in properties
- Internationalized remaining strings flagged by the tests
Signed-off-by: anizmo <potdar.anuj@gmail.com>
- Added WebConfiguration class to change language using url param
- Added text from messages to html files wherever required
- Added String to all other languages
Closes#1854
Signed-off-by: anizmo <potdar.anuj@gmail.com>
This commit introduces a new Korean message file to the project. With this addition, the project now supports messages in languages other than European languages.
Resolves: #1299