From 3c801b0c2a1134d17a5fa1f9a54160b8743bcfef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Tue, 19 Dec 2023 16:50:36 +0100 Subject: [PATCH] Fixed merging service translations --- .github/workflows/weblate-merge-service-po.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/weblate-merge-service-po.yml b/.github/workflows/weblate-merge-service-po.yml index ae6324a7bd..627b048d12 100644 --- a/.github/workflows/weblate-merge-service-po.yml +++ b/.github/workflows/weblate-merge-service-po.yml @@ -65,6 +65,7 @@ jobs: find service/po -name '*.po' -exec git rm '{}' ';' # copy the new ones + mkdir -p service/po cp -a ../agama-weblate/service/*.po service/po git add service/po/*.po