feat(docs): enable japanese docs (#43523)
This commit is contained in:
committed by
GitHub
parent
cf98d8b964
commit
d98ddebf0d
34
.github/workflows/crowdin-i18n-docs.download.yml
vendored
34
.github/workflows/crowdin-i18n-docs.download.yml
vendored
@ -162,6 +162,40 @@ jobs:
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID_DOCS }}
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_CAMPERBOT_SERVICE_TOKEN }}
|
||||
|
||||
##### Download Japanese #####
|
||||
- name: Crowdin Download Japanese Translations
|
||||
uses: crowdin/github-action@master
|
||||
# options: https://github.com/crowdin/github-action/blob/master/action.yml
|
||||
with:
|
||||
# uploads
|
||||
upload_sources: false
|
||||
upload_translations: false
|
||||
auto_approve_imported: false
|
||||
import_eq_suggestions: false
|
||||
|
||||
# downloads
|
||||
download_translations: true
|
||||
download_language: ja
|
||||
skip_untranslated_files: false
|
||||
export_only_approved: true
|
||||
|
||||
push_translations: false
|
||||
|
||||
# pull-request
|
||||
create_pull_request: false
|
||||
|
||||
# global options
|
||||
config: './config/crowdin/docs/crowdin.yml'
|
||||
base_url: ${{ secrets.CROWDIN_BASE_URL_FCC }}
|
||||
|
||||
# Uncomment below to debug
|
||||
# dryrun_action: true
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.CROWDIN_CAMPERBOT_PAT }}
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID_DOCS }}
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_CAMPERBOT_SERVICE_TOKEN }}
|
||||
|
||||
# Create Commit
|
||||
- name: Commit Changes
|
||||
env:
|
||||
|
@ -11,6 +11,7 @@
|
||||
- [Chinese](/i18n/chinese/index.md)
|
||||
- [English](/index.md)
|
||||
- [Español](/i18n/espanol/index.md)
|
||||
- [Japanese](/i18n/japanese/index.md)
|
||||
- [Portuguese](/i18n/portuguese/index.md)
|
||||
- [Italian](/i18n/italian/index.md)
|
||||
|
||||
|
Reference in New Issue
Block a user