Initial versions for de_CH (Swiss german)

Language: 	de_DE
Keyboard:	sg-latin1

Be aware, the files are not tested yet.
This commit is contained in:
Fabian Affolter
2008-09-06 18:25:48 +02:00
parent edd4c14970
commit 996573df65
7 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# %post language-modifications for de_DE-spins
# system-config-keyboard doesn't really work (missing xorg.conf etc)
cat >>/etc/X11/xorg.conf << EOF
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "ch"
Option "XkbVariant" "de_nodeadkeys"
EndSection
EOF