Skip to content

Commit 2a65cf1

Browse files
committed
fix(actions): add rusian
!crowdin upload
1 parent 10262a2 commit 2a65cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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_CN
32+
hi -l ko -l pt_BR -l es -l zh_CN -l ru
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
@@ -35,7 +35,7 @@ jobs:
3535
- name: "Build locales"
3636
run:
3737
sphinx-intl update -p ./build/locales -l de -l ja -l de -l ja -l fr -l it -l
38-
hi -l ko -l pt_BR -l es -l zh_CN
38+
hi -l ko -l pt_BR -l es -l zh_CN -l ru
3939
working-directory: ./docs
4040
- name: "Crowdin"
4141
uses: crowdin/github-action@v2

0 commit comments

Comments
 (0)