You are not logged in.
Hello, I am new to Linux, and I am unable to fix some issues with my system. I uncommented Spanish during the Arch installation, and I selected Spanish in the KDE Plasma config. However, all programs are in English by default, and most of the system's menus are still in English. I did some research and found out that locales were responsible for the system's language configuration, but I can't find a way to fix this. ¿Could you help me figure out where the problem is or what I should check next? (Sorry for my bad English)
Output of my local command:
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=es
LC_CTYPE="es"
LC_NUMERIC="es"
LC_TIME="es"
LC_COLLATE="es"
LC_MONETARY="es"
LC_MESSAGES="es"
LC_PAPER="es"
LC_NAME="es"
LC_ADDRESS="es"
LC_TELEPHONE="es"
LC_MEASUREMENT="es"
LC_IDENTIFICATION="es"
LC_ALL=
Last edited by Galisma (2024-01-09 23:24:24)
Forever Noob
Offline
"es" is not a valid locale. What locales did you generate, specifically? That's what you need to use.
Offline
I generated the local. es_AR.UTF-8 UTF-8
Now I realize this is the wrong local but it should be in Spanish anyways.
I repeated the process with es_ES.UTF-8 UTF-8 and nothing changed
Forever Noob
Offline
'es_ES.UTF-8' is not the same as 'es'. You need to specify the actual locale, not just part of it.
Offline
I managed to get the /etc/locale.gen script to work, and it changed all "es" to "es_ES.UTF-8" in the locale command. But when I reboot it return to "es". Could it be a kde plasma issue?
Forever Noob
Offline
Online
I tried to remove this file before ~/.config/plasma-localerc, but it didn't work either. Maybe I am doing something wrong, or the manual is too technical for me. Anyway, thanks for the help.
EDIT: It seems that the fixed locales now survive reboots, so the problem is solved. Thanks again ![]()
Last edited by Galisma (2024-01-09 20:38:52)
Forever Noob
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Okay. I Will do that from now on
Last edited by Galisma (2024-01-09 23:38:33)
Forever Noob
Offline