Commit the english .pot files to the repo

This commit is contained in:
Micah Lee 2020-08-27 13:36:08 -07:00
parent 86efc7e038
commit 9cddab71e9
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
18 changed files with 991 additions and 0 deletions

View file

@ -5,6 +5,8 @@ LOCALES="ar ca zh_CN zh_TW da nl en fr de el is ga it ja nb fa pl pt_BR pt_PT ro
# Generate English .po files
make gettext
rm -rf gettext > /dev/null
cp -r build/gettext gettext
# Update all .po files for all locales
for LOCALE in $LOCALES; do