Skip to content

Commit

Permalink
Merge pull request ninja-ide#898 from diegosarmentero/master
Browse files Browse the repository at this point in the history
 Fixed Issue ninja-ide#896
  • Loading branch information
diegosarmentero committed Oct 6, 2012
2 parents 743b9da + 9f709ad commit e78ec78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninja_ide/gui/ide.py
Expand Up @@ -494,7 +494,7 @@ def start(filenames=None, projects_path=None,

#Translator
qsettings = QSettings()
language = QLocale.system().language()
language = QLocale.system().name()
lang = qsettings.value('preferences/interface/language', language) + '.qm'
lang_path = file_manager.create_path(resources.LANGS, lang)
if file_manager.file_exists(lang_path):
Expand Down

0 comments on commit e78ec78

Please sign in to comment.