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