Whoops, fixed serious error in the code of script

This commit is contained in:
Frisk 2021-05-10 00:16:37 +00:00
parent 9b1ef8d482
commit 4a02292bac

View file

@ -4,7 +4,7 @@ for file in ${StringArray[@]}; do
xgettext -L Python --package-name=RcGcDw -o "locale/templates/$file.pot" src/$file.py xgettext -L Python --package-name=RcGcDw -o "locale/templates/$file.pot" src/$file.py
done done
# Get all translatable files for formatters # Get all translatable files for formatters
find . -name '*.py' -print | xargs xgettext -L Python --package-name=RcGcDw -o "locale/templates/formatters.pot" find extensions/ -name '*.py' -print | xargs xgettext -L Python --package-name=RcGcDw -o "locale/templates/formatters.pot"
for language in de fr lol pl pt-br ru uk zh-hans zh-hant hi for language in de fr lol pl pt-br ru uk zh-hans zh-hant hi
do do
for file in ${StringArray[@]}; do for file in ${StringArray[@]}; do