Quellcode durchsuchen

add locale en_DE hint to arch linux page

Thomas Buck vor 4 Jahren
Ursprung
Commit
2ec65a46d7
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8
    0
      input/blog/2019/2019_09_09_arch_linux.md

+ 8
- 0
input/blog/2019/2019_09_09_arch_linux.md Datei anzeigen

545
 sudo systemctl enable linux-modules-cleanup
545
 sudo systemctl enable linux-modules-cleanup
546
 </pre>
546
 </pre>
547
 
547
 
548
+One other small thing I noticed: in the KDE system settings GUI I could set my language to English and my localization settings regarding Currency, Dates, etc. to German.
549
+This resulted in a locale-setting of "en_DE" which does not actually exist, so some programs complain.
550
+To be able to properly set this locale in '/etc/locale.gen' and create it with 'sudo locale-gen', first run this command:
551
+
552
+<pre class="sh_sh">
553
+sudo ln -s /usr/share/i18n/locales/en_US /usr/share/i18n/locales/en_DE
554
+</pre>
555
+
548
 Of course this project is forever ongoing.
556
 Of course this project is forever ongoing.
549
 In the future, I'm planning to properly use the other harddisks in my machine, as I'm currently only utilizing the NVMe SSD in there.
557
 In the future, I'm planning to properly use the other harddisks in my machine, as I'm currently only utilizing the NVMe SSD in there.
550
 For this, I want to combine them all, probably with some kind of RAID, using LVM.
558
 For this, I want to combine them all, probably with some kind of RAID, using LVM.

Laden…
Abbrechen
Speichern