.pro update

This commit is contained in:
ingvar1995 2016-06-19 19:07:42 +03:00
parent 03e34cc43f
commit 65930716f9
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ class Toxygen(object):
lang = Settings.supported_languages()[settings['language']]
translator = QtCore.QTranslator()
translator.load(curr_directory() + '/translations/' + lang[1])
translator.load(curr_directory() + '/translations/' + lang)
app.installTranslator(translator)
app.translator = translator

View File

@ -1,2 +1,2 @@
SOURCES = main.py profile.py menu.py list_items.py loginscreen.py mainscreen.py plugins/plugin_super_class.py callbacks.py widgets.py
SOURCES = main.py profile.py menu.py list_items.py loginscreen.py mainscreen.py plugins/plugin_super_class.py callbacks.py widgets.py avwidgets.py mainscreen_widgets.py
TRANSLATIONS = translations/en_GB.ts translations/ru_RU.ts translations/fr_FR.ts