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 233a30f commit de2fb17Copy full SHA for de2fb17
src/bitmessageqt/__init__.py
@@ -2360,8 +2360,7 @@ def click_actionSettings(self):
2360
2361
lang = str(self.settingsDialogInstance.ui.languageComboBox.itemData(self.settingsDialogInstance.ui.languageComboBox.currentIndex()).toString())
2362
shared.config.set('bitmessagesettings', 'userlocale', lang)
2363
- logger.debug("Setting locale to %s", lang)
2364
- change_translation(lang)
+ change_translation(l10n.getTranslationLanguage())
2365
2366
if int(shared.config.get('bitmessagesettings', 'port')) != int(self.settingsDialogInstance.ui.lineEditTCPPort.text()):
2367
if not shared.safeConfigGetBoolean('bitmessagesettings', 'dontconnect'):
0 commit comments