add German locale

This commit is contained in:
2026-07-08 11:01:44 +02:00
parent 0c29d395a9
commit 20eaf8f130
+1
View File
@@ -362,6 +362,7 @@ echo
# https://wiki.archlinux.org/title/Installation_guide#Localization # https://wiki.archlinux.org/title/Installation_guide#Localization
echo "Setting locale and keymap.." echo "Setting locale and keymap.."
echo "en_US.UTF-8 UTF-8" >> "/mnt/etc/locale.gen" echo "en_US.UTF-8 UTF-8" >> "/mnt/etc/locale.gen"
echo "de_DE.UTF-8 UTF-8" >> "/mnt/etc/locale.gen"
arch-chroot "/mnt" locale-gen arch-chroot "/mnt" locale-gen
arch-chroot "/mnt" localectl set-locale LANG=en_US.UTF-8 arch-chroot "/mnt" localectl set-locale LANG=en_US.UTF-8