-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
The commit is this one: https://github.com/zas/picard/commit/429242f1c8767e41ea2da18266ed8840589d4a14, the lines causing this are
current_locale = locale.normalize(ui_language)
locale.setlocale(locale.LC_ALL, current_locale)
When the ui_language is set do german, ui_lanuage will be "de" and locale.normalize will return "'de_DE.ISO8859-1'". Now I get fun stuff like "Mattias Häggström Gerdt" instead of "Mattias Häggström Gerdt".
The commit message doesn't really give me any idea about why those lines were added, Zas, maybe you could look into this?