Update swedish language settings, thanks again to Martin Karresand.
authorMichael Prokop <devnull@localhost>
Thu, 25 Sep 2008 15:26:09 +0000 (17:26 +0200)
committerMichael Prokop <devnull@localhost>
Thu, 25 Sep 2008 15:26:09 +0000 (17:26 +0200)
debian/changelog
language-functions

index 1688d60..66b1844 100644 (file)
@@ -2,8 +2,9 @@ grml-autoconfig (0.8.13) unstable; urgency=low
 
   * Use random password if bootoption 'ssh' doesn't have an option.
     Thanks for the idea to Marc Haber!
 
   * Use random password if bootoption 'ssh' doesn't have an option.
     Thanks for the idea to Marc Haber!
+  * Update swedish language settings, thanks again to Martin Karresand.
 
 
- -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 17:22:17 +0200
+ -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 17:25:30 +0200
 
 grml-autoconfig (0.8.12) unstable; urgency=low
 
 
 grml-autoconfig (0.8.12) unstable; urgency=low
 
index 51c6e01..300d0e8 100644 (file)
@@ -745,28 +745,28 @@ case "$LANGUAGE" in
                 ;;
         se-iso)
                 # Swedish version
                 ;;
         se-iso)
                 # Swedish version
-                LANGUAGE="se"
+                LANGUAGE="sv_SE:sv"
                 COUNTRY="se"
                 COUNTRY="se"
-                LANG="sv_SE"
+                LANG="sv_SE.iso885915"
                 KEYTABLE="se-latin1"
                 XKEYBOARD="se"
                 KDEKEYBOARD="se"
                 KEYTABLE="se-latin1"
                 XKEYBOARD="se"
                 KDEKEYBOARD="se"
-                CHARSET="iso8859-1"
+                CHARSET="sv_SE.iso885915"
                 # Additional KDE Keyboards
                 # Additional KDE Keyboards
-                KDEKEYBOARDS="us"
+                KDEKEYBOARDS="us,fi"
                 TZ="Europe/Stockholm"
                 ;;
         se|se-utf8)
                 # Swedish version (UTF8)
                 LANGUAGE="sv_SE:sv"
                 COUNTRY="se"
                 TZ="Europe/Stockholm"
                 ;;
         se|se-utf8)
                 # Swedish version (UTF8)
                 LANGUAGE="sv_SE:sv"
                 COUNTRY="se"
-                LANG="sv_SE.UTF-8"
-                KEYTABLE="se"
+                LANG="sv_SE.utf8"
+                KEYTABLE="se-latin1"
                 XKEYBOARD="se"
                 KDEKEYBOARD="se"
                 CHARSET="utf8"
                 # Additional KDE Keyboards
                 XKEYBOARD="se"
                 KDEKEYBOARD="se"
                 CHARSET="utf8"
                 # Additional KDE Keyboards
-                KDEKEYBOARDS="us"
+                KDEKEYBOARDS="us,fi"
                 TZ="Europe/Stockholm"
                 ;;
         sk-iso)
                 TZ="Europe/Stockholm"
                 ;;
         sk-iso)