Skip to content

Commit

Permalink
docs: enable japanese translations
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jul 3, 2024
1 parent ec73e6f commit a352cb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/actions/download-locales/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ runs:
push_translations: false
export_only_approved: false
crowdin_branch_name: ${{ inputs.crowdin-branch }}
- name: Download ja-JP
uses: crowdin/[email protected]
with:
download_language: ja
config: crowdin.yml
upload_sources: false
download_translations: true
push_translations: false
export_only_approved: false
crowdin_branch_name: ${{ inputs.crowdin-branch }}
- name: Download zh-CN
uses: crowdin/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/i18n/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"title": "日本語",
"locale": "ja-JP",
"alternate": "ja",
"enabled": false
"enabled": true
},
{
"title": "简体中文",
Expand Down

0 comments on commit a352cb8

Please sign in to comment.