Merge branch 'main' of github.com-jeffser:Jeffser/Alpaca

This commit is contained in:
jeffser 2024-08-07 19:41:58 -06:00
commit c873b49700
3 changed files with 464 additions and 290 deletions

View File

@ -5,3 +5,4 @@ fr
nb_NO nb_NO
bn bn
zh_CN zh_CN
hi

747
po/hi.po

File diff suppressed because it is too large Load Diff

View File

@ -16,3 +16,5 @@ echo "Updating Bengali"
msgmerge --no-fuzzy-matching -U po/bn.po po/alpaca.pot msgmerge --no-fuzzy-matching -U po/bn.po po/alpaca.pot
echo "Updating Simplified Chinese" echo "Updating Simplified Chinese"
msgmerge --no-fuzzy-matching -U po/zh_CN.po po/alpaca.pot msgmerge --no-fuzzy-matching -U po/zh_CN.po po/alpaca.pot
echo "Updating Hindi"
msgmerge --no-fuzzy-matching -U po/hi.po po/alpaca.pot