mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -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
|
||||
translationPath = ''
|
||||
if not isWin and not isMac:
|
||||
if False: # not isWin and not isMac:
|
||||
translationPath = "/usr/share/qt4/translations/"
|
||||
if translationPath:
|
||||
long = conf['interfaceLang']
|
||||
short = long.split('_')[0]
|
||||
qtTranslator = QTranslator()
|
||||
|
|
|
|||
Loading…
Reference in a new issue