Show user-friendly name for the eos lang dropdown as well

This commit is contained in:
blitzmann
2020-07-24 22:14:54 -04:00
parent 1fe83ddcdf
commit 937adb68d7
2 changed files with 14 additions and 4 deletions

View 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"))