07:46:10 -xmr-pr- proffalken opened issue #3351: Displaying currency in GBP? 07:46:10 -xmr-pr- > https://github.com/monero-project/monero-gui/issues/3351 15:30:44 Somebody reported that the Norwegian language is not working. From how they described the problem seems like the .ts file is not being loaded properly. Can i be because the format used for the language file is nb_NO and not nb-no (like it is for pt-br for example)? 15:32:50 If LANG or LC_ALL is set to nb_NO, I doubt it ? 15:33:11 If it's set to nb-no, then yes. 15:33:38 I mean it's not magic. If you give it mismatched things, it won't do fuzzy matching. 15:44:11 The locale should be set to nb_NO. At least that's what i see from https://github.com/monero-project/monero-gui/pull/2789/files 15:44:12 note that i didn't try it myself, but according to the report, the UI signal the correct change of language, but then everything is in english. 15:44:12 I already checked the language file and looks good (>80% translate) 15:44:12 *translated 15:44:58 Can you expand on "the UI signal the correct change of language" ? 15:45:07 Oh wait, it's the GUI. Nevermind. 15:45:26 I was going on about the CLI wallet, the GUI probably does something different, ignore me.