From c5dfadabd84365587c9229edbb631b6072af3214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 10 Nov 2015 17:11:03 -0300 Subject: add my native language --- configs/mate/root-image/root/.language.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/mate/root-image/root/.language.sh b/configs/mate/root-image/root/.language.sh index 75eb8f8..49ee6c7 100755 --- a/configs/mate/root-image/root/.language.sh +++ b/configs/mate/root-image/root/.language.sh @@ -8,7 +8,8 @@ if [ $code = "0" ]; then lang=$(zenity --list --title="Select your locale" --column="Locale" --column="Language" \ "en_US.UTF-8" "English" \ "gl_ES.UTF-8" "Galego" \ - "es_ES.UTF-8" "Spanish" ) + "es_ES.UTF-8" "Spanish" \ + "pt_BR.UTF-8" "Brazilian Portuguese") #Copy locale in locale.conf echo "LANG=$lang" > /etc/locale.conf -- cgit v1.2.3