1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-27 16:25:43 +02:00

Add workflow support for Arabic translation (#2194)

Part of : #445, #2193
This commit is contained in:
Henri F 2024-07-08 00:51:52 -07:00 committed by GitHub
parent a976603da5
commit 5899752873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

4
.github/labeler.yml vendored
View File

@ -2,6 +2,10 @@ translation:
- changed-files:
- any-glob-to-any-file: po/*.po
"translation/ar":
- changed-files:
- any-glob-to-any-file: po/ar.po
"translation/bn":
- changed-files:
- any-glob-to-any-file: po/bn.po

View File

@ -19,7 +19,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
# 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:
publish: