update i18n CI

This commit is contained in:
steve02081504 2024-06-16 09:30:38 +08:00
parent 7b77d11d1e
commit ac923c8bd6
1 changed files with 2 additions and 1 deletions

View File

@ -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