mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
don't reformat app_en.arb automatically
This commit is contained in:
parent
7fc1013808
commit
6d22cd1498
2
.github/workflows/check-strings.yml
vendored
2
.github/workflows/check-strings.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user