09-09-2020, 12:28 PM
... Are there localisation packages I have to install to get the interface localized, or how to I achieve full localisation?
Thanks!
Johannes
Thanks!
Johannes
Phosh still in English, after switching languages
|
09-09-2020, 12:28 PM
... Are there localisation packages I have to install to get the interface localized, or how to I achieve full localisation?
Thanks! Johannes
09-10-2020, 12:34 PM
(09-09-2020, 12:28 PM)jro Wrote: ... Are there localisation packages I have to install to get the interface localized, or how to I achieve full localisation? From the forum: ################################### small note: is something wrong with the location? I change the following for each img: locale -a C POSIX localectl System Locale: LANG=de_DE.UTF-8 VC Keymap: n/a X11 Layout: n/a localectl set-keymap de localectl set-x11-keymap de sudo nano /etc/locale.gen #de_CH ISO-8859-1 de_DE.UTF-8 UTF-8 #de_DE ISO-8859-1 sudo locale-gen sudo nano /etc/locale.conf LANG=de_DE.utf8 LC_CTYPE="de_DE.utf8" LC_NUMERIC=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LC_COLLATE="de_DE.utf8" LC_MONETARY=de_DE.UTF-8 LC_MESSAGES="de_DE.utf8" LC_PAPER=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_ALL= Then everything can be changed to my language in Region & Language settings locale -a C de_DE.utf8 POSIX
11-30-2020, 06:28 PM
It depends on your language.
For example, I had to change to Mobian because Manjaro doesn't include a Japanese locale for some reason. But if your language is available, once the language is set, a reboot will be required. Chances are that the language is lacking translation in some areas. Like here for example, where on one hand you can see パスコードを入力(input passcode), but on the other hand you see Unlock instead of 解除 (unlock in the sense of "remove restriction") or 確認 (verify). Or some specific areas of the settings screen like "Mobile", which is entirely in English at the moment. Or the chat app that is literally half translated. I can translate them and I'm willing to do so, but I don't really understand how to submit my POT file.
12-03-2020, 02:22 PM
There is definitely something wrong with how Manjaro handles locale, the post that firefox-58 mirrored here is a(n ugly) workaround, here's the bug report with a (IMO) better solution. The issue boils down to no matter what $LANG you set in /etc/locale.conf, it always defaults to C.UTF-8.
|