We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac08c4 commit 2f2fcfdCopy full SHA for 2f2fcfd
qgist/util.py
@@ -68,7 +68,7 @@ def getTranslationPath(language):
68
raise QgistTranslationError('Translation not found: %s' % outPath)
69
return outPath
70
71
- userLocale = QSettings().value('locale/userLocale')
+ userLocale = str(QSettings().value('locale/userLocale'))
72
if '_' in userLocale:
73
language, region = userLocale.split('_')
74
else:
0 commit comments