Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Yata9arasu authored Oct 30, 2023
2 parents 8bc013d + 7759e88 commit aeee108
Show file tree
Hide file tree
Showing 76 changed files with 70,664 additions and 45,186 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto_translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches: ['translate']

concurrency:
group: translation
cancel-in-progress: false

jobs:
add_translation:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,6 +49,7 @@ jobs:
- name: 'Generate Translation'
run: |
git add ./tools/translator/ss220replace.json
python ./tools/translator/converter.py
[ ! -f ./ss220replace.json ] || mv ./ss220replace.json ./tools/translator/ss220replace.json
git add ./tools/translator/ss220replace.json
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/translate_branch_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches: ['master']

concurrency:
group: translation
cancel-in-progress: false

jobs:
update_translation:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit aeee108

Please sign in to comment.