summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-10 17:11:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-10 17:11:03 -0300
commitc5dfadabd84365587c9229edbb631b6072af3214 (patch)
treeeea672cf1b288dc664969b8e711fb5606dfcd121 /configs
parent6aadf3a789bd38a587d2c85f4e6e39ee4b235016 (diff)
add my native language
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