From 4a52c061aa9fa766be336b2ae3778fba6d742316 Mon Sep 17 00:00:00 2001 From: onstabb Date: Fri, 29 Sep 2023 14:52:02 +0200 Subject: [PATCH] - Updated translation compiling for testing workflow --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6123bbb..af43536 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,8 +34,7 @@ jobs: python -m pip install -r requirements-dev.txt - name: Compile Translations - run: | - msgfmt -o tests/data/locales/en/LC_MESSAGES/base.mo tests/data/locales/en/LC_MESSAGES/base.po + uses: whtsky/msgfmt-action@20190305 - name: Set working directory to /tests run: cd tests