[fix] update_translations wasn't getting the files as argument
This commit is contained in:
parent
152c67cba0
commit
be0ecf09cf
@ -38,7 +38,7 @@ fi
|
||||
|
||||
if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ]
|
||||
then
|
||||
python ./update_translations.py
|
||||
python ./update_translations.py official.json community.json dev.json
|
||||
if [ "$(git status -s| grep 'M locales/en.json')" ]
|
||||
then
|
||||
git add locales/en.json
|
||||
|
Loading…
Reference in New Issue
Block a user