optimize: move i18n to lib

This commit is contained in:
源文雨
2023-07-24 14:19:53 +08:00
parent 8364750272
commit 76c18b547c
14 changed files with 4 additions and 4 deletions

View File

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