update i18n CI
This commit is contained in:
parent
7b77d11d1e
commit
ac923c8bd6
|
@ -20,7 +20,8 @@ jobs:
|
|||
aria2c https://raw.githubusercontent.com/SillyTavern/SillyTavern-i18n/main/generate.py
|
||||
aria2c https://raw.githubusercontent.com/SillyTavern/SillyTavern-i18n/main/requirements.txt
|
||||
pip install -r ./requirements.txt
|
||||
python ./generate.py "" --sort-keys
|
||||
python ./generate.py "" --sort-keys --auto-translate
|
||||
git restore public/locales/ru-ru.json # restore original ru-ru.json to make them happey
|
||||
rm -f ./generate.py ./requirements.txt
|
||||
- name: add all
|
||||
run: git add -A
|
||||
|
|
Loading…
Reference in New Issue