summaryrefslogtreecommitdiff
path: root/hacks
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-20 17:32:50 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-20 17:32:50 +0100
commitd134c8b959424c8dff0889640239c715e510d1f8 (patch)
treec8daffffeb81e89fbf233342b565d608f03590d5 /hacks
parenta6bbd6cd51e8705fa9d02b89a7ead8b64e5e95e9 (diff)
Add another translator.
Diffstat (limited to 'hacks')
-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