소스 검색

add locale en_DE hint to arch linux page

Thomas Buck 4 년 전
부모
커밋
2ec65a46d7
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      input/blog/2019/2019_09_09_arch_linux.md

+ 8
- 0
input/blog/2019/2019_09_09_arch_linux.md 파일 보기

@@ -545,6 +545,14 @@ sudo systemctl daemon-reload
545 545
 sudo systemctl enable linux-modules-cleanup
546 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 556
 Of course this project is forever ongoing.
549 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 558
 For this, I want to combine them all, probably with some kind of RAID, using LVM.

Loading…
취소
저장