mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
disable qt translations for now
This commit is contained in:
parent
b9916dd90c
commit
9c51d99dbb
1 changed files with 1 additions and 2 deletions
|
|
@ -91,9 +91,8 @@ def run():
|
||||||
|
|
||||||
# qt translations
|
# qt translations
|
||||||
translationPath = ''
|
translationPath = ''
|
||||||
if not isWin and not isMac:
|
if False: # not isWin and not isMac:
|
||||||
translationPath = "/usr/share/qt4/translations/"
|
translationPath = "/usr/share/qt4/translations/"
|
||||||
if translationPath:
|
|
||||||
long = conf['interfaceLang']
|
long = conf['interfaceLang']
|
||||||
short = long.split('_')[0]
|
short = long.split('_')[0]
|
||||||
qtTranslator = QTranslator()
|
qtTranslator = QTranslator()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue