diff --git a/update_translation_files.sh b/update_translation_files.sh index f3c7ab0..a738936 100755 --- a/update_translation_files.sh +++ b/update_translation_files.sh @@ -4,5 +4,7 @@ echo "Preparing template..." xgettext --output=po/alpaca.pot --files-from=po/POTFILES echo "Updating Spanish..." msgmerge -U po/es.po po/alpaca.pot -#echo "Updating Russian..." -#msgmerge -U po/ru.po po/alpaca.pot +echo "Updating Russian..." +msgmerge -U po/ru.po po/alpaca.pot +echo "Updating Brazilian Portuguese" +msgmerge -U po/pt_BR.po po/alpaca.pot