mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-24 19:23:46 +02:00
Add workflow support for Arabic translation (#2194)
Part of : #445, #2193
This commit is contained in:
parent
a976603da5
commit
5899752873
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@ -2,6 +2,10 @@ translation:
|
|||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: po/*.po
|
- any-glob-to-any-file: po/*.po
|
||||||
|
|
||||||
|
"translation/ar":
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: po/ar.po
|
||||||
|
|
||||||
"translation/bn":
|
"translation/bn":
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: po/bn.po
|
- any-glob-to-any-file: po/bn.po
|
||||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -19,7 +19,7 @@ concurrency:
|
|||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
# Update the language picker in index.hbs to link new languages.
|
# Update the language picker in index.hbs to link new languages.
|
||||||
LANGUAGES: bn da de el es fa fr id it ja ko pl pt-BR ro ru tr uk vi zh-CN zh-TW
|
LANGUAGES: ar bn da de el es fa fr id it ja ko pl pt-BR ro ru tr uk vi zh-CN zh-TW
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user