Update update_translation_files.sh

This commit is contained in:
Jeffry Samuel 2024-05-23 20:57:29 -06:00 committed by GitHub
parent 6d87f4c52b
commit 45a8d23347
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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