Only include translated
This commit is contained in:
parent
6611c37fbb
commit
0ae0e0cb40
1 changed files with 4 additions and 1 deletions
5
.github/workflows/translation.yml
vendored
5
.github/workflows/translation.yml
vendored
|
|
@ -15,7 +15,10 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
git config --global user.name "Traccar Bot"
|
git config --global user.name "Traccar Bot"
|
||||||
git config --global user.email "support@traccar.org"
|
git config --global user.email "support@traccar.org"
|
||||||
git add lib/l10n/*.arb
|
for f in lib/l10n/*.arb; do
|
||||||
|
[[ $f == *"_en.arb" ]] && continue
|
||||||
|
diff -q "$f" lib/l10n/app_en.arb || git add "$f"
|
||||||
|
done
|
||||||
git diff --cached --quiet || git commit -m "Update translations"
|
git diff --cached --quiet || git commit -m "Update translations"
|
||||||
git push
|
git push
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue