Show user-friendly name for the eos lang dropdown as well
This commit is contained in:
4
locale_test/getTextLocale.py
Normal file
4
locale_test/getTextLocale.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import gettext
|
||||
gettext.install('lang', './locale')
|
||||
gettext.translation('lang', './locale', languages=['zh_CH']).install(True)
|
||||
print(_("Sample Title Text English"))
|
||||
Reference in New Issue
Block a user