From e3038dd3c118d5d97d22ff3c39f56c5aaf794796 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Tue, 9 May 2023 11:16:10 +0200 Subject: [PATCH] force pull translations Signed-off-by: jkoberg --- services/notifications/Makefile | 2 +- services/userlog/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/notifications/Makefile b/services/notifications/Makefile index 20063cecab..dff7c0f58e 100644 --- a/services/notifications/Makefile +++ b/services/notifications/Makefile @@ -36,7 +36,7 @@ ci-node-generate: ############ translations ######## .PHONY: l10n-pull l10n-pull: - cd $(OUTPUT_DIR) && tx pull -a --skip --minimum-perc=75 + cd $(OUTPUT_DIR) && tx pull --all --force --skip --minimum-perc=75 .PHONY: l10n-push l10n-push: diff --git a/services/userlog/Makefile b/services/userlog/Makefile index 60a1ed7f30..094b1187e7 100644 --- a/services/userlog/Makefile +++ b/services/userlog/Makefile @@ -37,7 +37,7 @@ ci-node-generate: ############ translations ######## .PHONY: l10n-pull l10n-pull: - cd $(OUTPUT_DIR) && tx pull -a --skip --minimum-perc=75 + cd $(OUTPUT_DIR) && tx pull --all --force --skip --minimum-perc=75 .PHONY: l10n-push l10n-push: