localization

gh-pages
somas95 2018-04-11 18:14:40 +02:00
parent 184a50076a
commit 3fe7b444d3
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ PROJECT_ROOT_DIRECTORY = os.path.abspath(
gettext.textdomain('uberwriter')
gettext.bindtextdomain('uberwriter', PROJECT_ROOT_DIRECTORY + '/po')
print(PROJECT_ROOT_DIRECTORY + '/po')
print(locale.setlocale(locale.LC_ALL, ''))
python_path = []
if os.path.abspath(__file__).startswith('/opt'):