mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Added util to translation generation script
This commit is contained in:
parent
662c7368e3
commit
6fc912d3d4
|
@ -4,7 +4,7 @@ for file in ${StringArray[@]}; do
|
|||
xgettext -L Python --package-name=RcGcDw -o "locale/templates/$file.pot" src/$file.py
|
||||
done
|
||||
# Get all translatable files for formatters
|
||||
find extensions/ -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" src/api/util.py
|
||||
for language in de fr lol pl pt-br ru uk zh-hans zh-hant hi
|
||||
do
|
||||
for file in ${StringArray[@]}; do
|
||||
|
|
Loading…
Reference in a new issue