don't reformat app_en.arb automatically

This commit is contained in:
Adam Velebil 2023-08-22 12:40:26 +02:00
parent 7fc1013808
commit 6d22cd1498
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10

View File

@ -17,7 +17,7 @@ jobs:
- name: Reformat arb files
run: |
find lib/l10n/ -name "*.arb" -print0 | xargs -r -n 1 -0 ./reformat_strings.py
find lib/l10n/ -name "app_en.arb" -prune -o -name "*.arb" -print0 | xargs -r -n 1 -0 ./reformat_strings.py
- name: Check remaining locales
run: |