summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hacks/i18nup3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup
index f8d0601c5..14e465379 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -30,6 +30,9 @@ elif [[ `echo $changes | grep uk_UA` != "" ]]; then
elif [[ `echo $changes | grep cs_CZ` != "" ]]; then
language="cs_CZ"
translator="Tomáš Begeni"
+elif [[ `echo $changes | grep pt_BR` != "" ]]; then
+ language="pt_BR"
+ translator="Max M. Fuhlendorf"
else
echo "Unknown language"
exit 1