From 9dc6612e956e2c720764c3fc925b2adce6667a46 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 20 Dec 2022 09:50:41 +0100 Subject: [PATCH 1/2] fix: fix syntax after switching to golang tx client --- .make/l10n.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.make/l10n.mk b/.make/l10n.mk index 7962af838f..f78556903c 100644 --- a/.make/l10n.mk +++ b/.make/l10n.mk @@ -16,11 +16,11 @@ LOCALE_FILES = $(shell find l10n/locale -name '*.po' 2> /dev/null) .PHONY: l10n-push l10n-push: - cd $(OUTPUT_DIR) && tx -d push -s --skip --no-interactive + cd $(OUTPUT_DIR) && tx push -s --skip .PHONY: l10n-pull l10n-pull: - cd $(OUTPUT_DIR) && tx -d pull -a --skip --minimum-perc=75 + cd $(OUTPUT_DIR) && tx pull -a --skip --minimum-perc=75 .PHONY: l10n-clean l10n-clean: @@ -46,5 +46,3 @@ $(TEMPLATE_FILE): $(OUTPUT_DIR)/translations.json: rm -rf $(OUTPUT_DIR)/translations.json gettext-compile --output $(OUTPUT_DIR)/translations.json $(LOCALE_FILES); - - From 269fe83fc31b8c18bf374717379d0542d9a6a7e1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 20 Dec 2022 10:22:30 +0100 Subject: [PATCH 2/2] fix: fix config file for new transifex client --- services/settings/l10n/.tx/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/settings/l10n/.tx/config b/services/settings/l10n/.tx/config index 6f2de28cef..4326e5958d 100644 --- a/services/settings/l10n/.tx/config +++ b/services/settings/l10n/.tx/config @@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[owncloud.ocis-settings] +[o:owncloud-org:p:owncloud:r:ocis-settings] file_filter = locale//LC_MESSAGES/app.po minimum_perc = 0 source_file = template.pot