From 58997528732ea0d8ab0407e10d3b2f4b4832217d Mon Sep 17 00:00:00 2001 From: Henri F Date: Mon, 8 Jul 2024 00:51:52 -0700 Subject: [PATCH] Add workflow support for Arabic translation (#2194) Part of : #445, #2193 --- .github/labeler.yml | 4 ++++ .github/workflows/publish.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 55555626..4e9e7257 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 22d3d1e5..e1b85ed0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: