From fe4c9ddfbae10e96193e9c769a3290d4c9395719 Mon Sep 17 00:00:00 2001 From: Sepehr Rasouli Date: Tue, 18 Aug 2026 10:39:50 +0330 Subject: [PATCH] Fix build and deploy workflow --- .github/workflows/build-and-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 9b4203a5c..69722db5c 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -42,6 +42,9 @@ jobs: - name: Install gettext run: sudo apt-get install -y gettext + - name: Install gettext + run: sudo apt-get install -y gettext + - name: Compile .po files to .mo run: | find Doc/locales/fa/LC_MESSAGES -name "*.po" | while read f; do