diff options
author | Joerg Schirottke <master@kanotix.com> | 2013-03-02 22:32:06 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-03-04 22:31:42 +0100 |
commit | 72fbb12a8626eea0ef6d9655a144adadec52dfdd (patch) | |
tree | f4ba125734c941e948347243d685ba4d7b744ee1 /config/binary_burg | |
parent | ea31bf85e7126dd3db4651acd0ee60b09cd84920 (diff) | |
download | kanotix-72fbb12a8626eea0ef6d9655a144adadec52dfdd.zip kanotix-72fbb12a8626eea0ef6d9655a144adadec52dfdd.tar.gz |
use long locale settings and add us locale for german setting
Diffstat (limited to 'config/binary_burg')
-rw-r--r-- | config/binary_burg/burg.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/binary_burg/burg.cfg b/config/binary_burg/burg.cfg index 3796872..ed49810 100644 --- a/config/binary_burg/burg.cfg +++ b/config/binary_burg/burg.cfg @@ -4,10 +4,10 @@ set default="0" set timeout=5 function lang_en { - set lang_opt='utc=yes locales=us' + set lang_opt='utc=yes locales=en_US.UTF-8' } function lang_de { - set lang_opt='utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys' + set lang_opt='utc=no timezone=Europe/Berlin locales=de_DE.UTF-8,en_US.UTF-8 keyboard-layouts=de keyboard-variants=nodeadkeys' } lang_de # default language |