-
-
Notifications
You must be signed in to change notification settings - Fork 37
Interface language files
Oliver Tseng edited this page Feb 21, 2021
·
9 revisions
Language interface files are located in the lang
folder. They are in the pattern language_*.py
.
UBA currently uses IBM Watson for translation services.
- Run:
python -m util.LanguageUtil createNewLanguageFile <2 letter language code>
Example to create Greek language file:
python -m util.LanguageUtil createNewLanguageFile "el"
- Modify
Languages.py
Add entry to code
Example: "Greek Νέα Ελληνικά": "el",