mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-19 18:41:52 +00:00
fix genlocale
This commit is contained in:
4
.github/workflows/genlocale.yml
vendored
4
.github/workflows/genlocale.yml
vendored
@@ -13,8 +13,8 @@ jobs:
|
||||
|
||||
- name: Run locale generation
|
||||
run: |
|
||||
python3 lib/i18n/scan_i18n.py
|
||||
cd lib/i18n && python3 locale_diff.py
|
||||
python3 i18n/scan_i18n.py
|
||||
python3 i18n/locale_diff.py
|
||||
|
||||
- name: Commit back
|
||||
if: ${{ !github.head_ref }}
|
||||
|
||||
Reference in New Issue
Block a user