Skip to content

Commit 00c2091

Browse files
committed
Revert "fix(docs): fix translation language codes (#2524)"
This reverts commit 13e1b43.
1 parent 13e1b43 commit 00c2091

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+3
-3
lines changed

.github/workflows/docs-localization-download.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Build locales"
3030
run:
3131
sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l
32-
hi -l ko -l pt_BR -l es -l zh
32+
hi -l ko -l pt -l es -l zh
3333
working-directory: ./docs
3434
- name: "Crowdin"
3535
uses: crowdin/github-action@v2

.github/workflows/docs-localization-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
working-directory: ./docs
3333
- name: "Build locales"
3434
run:
35-
sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l hi -l ko -l pt_BR -l es -l zh
35+
sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l hi -l ko -l pt -l es -l zh
3636
working-directory: ./docs
3737
- name: "Crowdin"
3838
uses: crowdin/github-action@v2

crowdin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ commit_message: "docs: Update translations"
88
export_languages: ["de", "ja", "fr", "it", "hi", "ko", "pt-BR", "es-ES", "zh-CN"]
99

1010
bundles:
11-
- 1
11+
- 4
1212

1313
files:
1414
[

0 commit comments

Comments
 (0)