Skip to content

Commit

Permalink
Added support for Norsk environment, thanks to Arnt Karlsen!
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Nov 14, 2006
1 parent adcf961 commit dd3d450
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
grml-autoconfig (0.5-24) unstable; urgency=low

* Added support for Norsk environment, thanks to Arnt Karlsen!

-- Michael Prokop <mika@grml.org> Tue, 14 Nov 2006 13:09:19 +0100

grml-autoconfig (0.5-23) unstable; urgency=low

* The "we need a cleanup" release.
Expand Down
27 changes: 27 additions & 0 deletions language-functions
Expand Up @@ -559,6 +559,33 @@ case "$LANGUAGE" in
KDEKEYBOARDS="nl,de,fr"
TZ="Europe/Amsterdam"
;;
no|nb|nn)
# Norsk versjon
COUNTRY="no"
LANG="nb_NO"
LANGUAGE="no:nb_NO"
KEYTABLE="no"
XKEYBOARD="no"
KDEKEYBOARD="no"
CHARSET="iso8859-15"
KDEKEYBOARDS="no-latin1,us,no,no-dvorak"
TZ="Europe/Oslo"
;;
no-utf8|nb-utf8|nn-utf8)
# Norsk versjon (UTF8)
COUNTRY="no"
LANG="nb_NO.UTF-8"
LANGUAGE="no:nb_NO"
# Keytable "no*" is correct if ��� (the 3 final letters in the
# norse alphabet) shows up as "a+e", "oslash" and "aring".
# Otherwise try the other variants no-latin1 etc.
KEYTABLE="no"
XKEYBOARD="no"
KDEKEYBOARD="no"
CHARSET="utf8"
KDEKEYBOARDS="no,us,no-dvorak,dk,no-latin1"
TZ="Europe/Oslo"
;;
pl)
# Polish version
COUNTRY="pl"
Expand Down

0 comments on commit dd3d450

Please sign in to comment.