summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/mate/root-image/root/.language.sh3
1 files changed, 2 insertions, 1 deletions
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