Translate labels of buttons created in code

This commit is contained in:
coderkun 2018-09-01 19:35:34 +02:00
parent 79148a56f4
commit a31bfaa53a
6 changed files with 324 additions and 299 deletions

View file

@ -16,7 +16,7 @@ if os.path.exists(datadirdev):
localedir = None
localedirdev = os.path.join(srcdir, '..', 'locale')
if os.path.exists(localedirdev):
localedir = datadirdev
localedir = localedirdev
# Set GSettings schema dir (if not set already)
if not os.environ.get('GSETTINGS_SCHEMA_DIR'):