Updated languages, added no_NO.po

This commit is contained in:
jeffser 2024-07-03 11:49:30 -06:00
parent c731e68e3f
commit 9a77ea6f9c
9 changed files with 3371 additions and 2211 deletions

File diff suppressed because it is too large Load Diff

671
po/es.po

File diff suppressed because it is too large Load Diff

497
po/es.po~

File diff suppressed because it is too large Load Diff

661
po/fr.po

File diff suppressed because it is too large Load Diff

510
po/fr.po~

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1346
po/ru.po

File diff suppressed because it is too large Load Diff

View File

@ -4,9 +4,11 @@ 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 French"
msgmerge -U po/fr.po po/alpaca.pot
echo "Updating Brazilian Portuguese"
msgmerge -U po/pt_BR.po po/alpaca.pot
echo "Updating Norway Norwegian"
msgmerge -U po/no_NO.po po/alpaca.pot