From 0cf5192a42bf0c002507d74fe96c25e6fcfc2ba8 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 27 Nov 2023 20:35:43 +0100 Subject: [PATCH] Convert Transifex config for transifex-cli The old transifex-client no longer works and transifex-client uses a different configuration file format. --- .tx/config | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.tx/config b/.tx/config index 341a9062..9a8ba8a7 100644 --- a/.tx/config +++ b/.tx/config @@ -1,8 +1,11 @@ [main] -host = https://www.transifex.com +host = https://app.transifex.com -[foreman.foreman_rh_cloud] -file_filter = locale//foreman_rh_cloud.edit.po -source_file = locale/foreman_rh_cloud.pot -source_lang = en -type = PO +[o:foreman:p:foreman:r:foreman_rh_cloud] +file_filter = locale//foreman_rh_cloud.edit.po +source_file = locale/foreman_rh_cloud.pot +source_lang = en +type = PO +replace_edited_strings = false +keep_translations = false +minimum_perc = 50