Remove Crowdin since we use AI to translate

This commit is contained in:
qianlifeng 2024-11-02 00:22:54 +08:00
parent e6df3c3a7b
commit 2c376ae05e
No known key found for this signature in database
2 changed files with 0 additions and 36 deletions

View File

@ -1,31 +0,0 @@
name: Update i18n
on:
push:
branches:
- v2
jobs:
crowdin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: crowdin action
uses: crowdin/github-action@v1
with:
upload_sources: true
upload_translations: true
download_translations: true
localization_branch_name: crowdin_i18n
create_pull_request: true
pull_request_title: 'New Crowdin translations'
pull_request_body: 'New Crowdin pull request with translations'
pull_request_labels: 'i18n'
pull_request_assignees: 'crowdin-bot'
pull_request_reviewers: 'qianlifeng'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

View File

@ -1,5 +0,0 @@
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
files:
- source: '/Wox/resource/lang/en_US.json'
translation: '/Wox/resource/lang/%locale_with_underscore%.json'