让README有条不紊地进行,以及所有这些 (#42)

* update

* Update README.ja.md
This commit is contained in:
唐澤 克幸
2023-04-12 22:33:11 +09:00
committed by GitHub
parent 33e1a0f1d2
commit 5c92ddd1e1
5 changed files with 250 additions and 143 deletions

View File

@@ -8,11 +8,11 @@ jobs:
- name: Check out
uses: actions/checkout@master
- name: Run locale generation
run: |
python3 extract_locale.py
cd locale
python3 locale_diff.py
- name: Extract i18n
run: python3 extract_locale.py
- name: Sync i18n to zh_CN.json
python3 "./locale/locale_diff.py"
- name: Commit back
if: ${{ !github.head_ref }}
@@ -20,5 +20,10 @@ jobs:
run: |
git config --local user.name 'github-actions[bot]'
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add --all
git commit -m "🎨 同步 locale"
git add .
git commit -m "🎨 Update i18n(更新本地化)"
- name: push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main