disable qt translations for now

This commit is contained in:
Damien Elmes 2011-12-20 16:44:19 +09:00
parent b9916dd90c
commit 9c51d99dbb

View file

@ -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()