summaryrefslogtreecommitdiffstats
path: root/src/initramfs/scripts
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-03-29 21:04:01 +0200
committerDirk von Suchodoletz2011-03-29 21:04:01 +0200
commit105c3dcfd3632c8455fc168f608360bf0c291f48 (patch)
treef0e69efb60d09ce5af07887d006a2806d8da373d /src/initramfs/scripts
parentupdate vmchooser with translation for .br (diff)
downloadcore-105c3dcfd3632c8455fc168f608360bf0c291f48.tar.gz
core-105c3dcfd3632c8455fc168f608360bf0c291f48.tar.xz
core-105c3dcfd3632c8455fc168f608360bf0c291f48.zip
add br locales
Diffstat (limited to 'src/initramfs/scripts')
-rw-r--r--src/initramfs/scripts/etc/functions11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/initramfs/scripts/etc/functions b/src/initramfs/scripts/etc/functions
index 77c1f4ee..21b3dd7a 100644
--- a/src/initramfs/scripts/etc/functions
+++ b/src/initramfs/scripts/etc/functions
@@ -634,6 +634,17 @@ case "$country" in
KDEKEYBOARDS="us,de,fr"
TZ="Europe/Sofia"
;;
+ # Brasilian version
+ br*)
+ COUNTRY="br"
+ LANG="pt_BR"
+ KEYTABLE="br"
+ XKEYBOARD="br"
+ KDEKEYBOARD="br"
+ CHARSET="utf8"
+ KDEKEYBOARDS="us,es,pt"
+ TZ="America/Sao_Paulo"
+ ;;
# Switzerland (basically de with some modifications)
ch)
LANGUAGE="de"