Update update_translation_files.sh
This commit is contained in:
parent
6d87f4c52b
commit
45a8d23347
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user