fix genlocale

This commit is contained in:
Ftps
2023-08-29 20:34:14 +09:00
parent 50944921ae
commit d880f0d19f
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ jobs:
- name: Run locale generation
run: |
python3 i18n/scan_i18n.py
python3 i18n/locale_diff.py
cd i18n
python3 locale_diff.py
- name: Commit back
if: ${{ !github.head_ref }}