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: