chore(crowdin): re-arrange crowdin config files (#41046)
This commit is contained in:
committed by
GitHub
parent
2cbb748bc5
commit
149cf95310
@ -1,9 +1,8 @@
|
||||
name: Crowdin Client UI Download
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
i18n-download-client-ui-translations:
|
||||
name: Client
|
||||
runs-on: ubuntu-18.04
|
||||
@ -37,7 +36,7 @@ jobs:
|
||||
pull_request_labels: 'scope: i18n, platform: client, crowdin-sync'
|
||||
|
||||
# global options
|
||||
config: './client/i18n/locales/crowdin.yml'
|
||||
config: './config/crowdin/client/crowdin.yml'
|
||||
base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }}
|
||||
|
||||
# Uncomment below to debug
|
||||
|
@ -3,7 +3,6 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
i18n-upload-client-ui-files:
|
||||
name: Client
|
||||
runs-on: ubuntu-18.04
|
||||
@ -28,7 +27,7 @@ jobs:
|
||||
create_pull_request: false
|
||||
|
||||
# global options
|
||||
config: './client/i18n/locales/crowdin.yml'
|
||||
config: './config/crowdin/client/crowdin.yml'
|
||||
base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }}
|
||||
|
||||
# Uncomment below to debug
|
||||
|
@ -3,7 +3,6 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
i18n-download-curriculum-translations:
|
||||
name: Learn
|
||||
runs-on: ubuntu-18.04
|
||||
@ -38,7 +37,7 @@ jobs:
|
||||
pull_request_labels: 'scope: i18n, scope: learn, crowdin-sync'
|
||||
|
||||
# global options
|
||||
config: './curriculum/crowdin.yml'
|
||||
config: './config/crowdin/curriculum/crowdin.yml'
|
||||
base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }}
|
||||
|
||||
# Uncomment below to debug
|
||||
|
@ -3,7 +3,6 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
i18n-upload-curriculum-files:
|
||||
name: Learn
|
||||
runs-on: ubuntu-18.04
|
||||
@ -35,7 +34,7 @@ jobs:
|
||||
create_pull_request: false
|
||||
|
||||
# global options
|
||||
config: './curriculum/crowdin.yml'
|
||||
config: './config/crowdin/curriculum/crowdin.yml'
|
||||
base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }}
|
||||
|
||||
# Uncomment below to debug
|
||||
|
@ -1,9 +1,8 @@
|
||||
name: Crowdin Docs Download
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
jobs:
|
||||
i18n-download-docs-translations:
|
||||
name: Learn
|
||||
runs-on: ubuntu-18.04
|
||||
@ -38,7 +37,7 @@ jobs:
|
||||
pull_request_labels: 'scope: i18n, scope: docs, crowdin-sync'
|
||||
|
||||
# global options
|
||||
config: './docs/crowdin.yml'
|
||||
config: './config/crowdin/docs/crowdin.yml'
|
||||
base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }}
|
||||
|
||||
# Uncomment below to debug
|
||||
|
@ -3,7 +3,6 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
i18n-upload-docs-files:
|
||||
name: Learn
|
||||
runs-on: ubuntu-18.04
|
||||
@ -28,7 +27,7 @@ jobs:
|
||||
create_pull_request: false
|
||||
|
||||
# global options
|
||||
config: './docs/crowdin.yml'
|
||||
config: './config/crowdin/docs/crowdin.yml'
|
||||
base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }}
|
||||
|
||||
# Uncomment below to debug
|
||||
@ -38,7 +37,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID_DOCS }}
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_CAMPERBOT_SERVICE_TOKEN }}
|
||||
|
||||
#- name: Remove Deleted English Docs Files From Crowdin
|
||||
# uses: ./tools/crowdin/actions/remove-deleted-files
|
||||
# env:
|
||||
|
Reference in New Issue
Block a user