From b7694d0ffb923b3025bfbeacdc076a6c5da5f080 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 10 May 2023 12:40:06 +0200 Subject: tx: migrate to new API --- .tx/config | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.tx/config b/.tx/config index 83ae8b4..3163f70 100644 --- a/.tx/config +++ b/.tx/config @@ -1,16 +1,17 @@ [main] host = https://www.transifex.com - -[MATE.1-26--mate-terminal] -file_filter = po/.po -source_file = mate-terminal.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:1-26--mate-terminal] +file_filter = po/.po +source_file = mate-terminal.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.1-26--mate-terminal-user-guide] -file_filter = help//.po -source_file = help/mate-terminal.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:1-26--mate-terminal-user-guide] +file_filter = help//.po +source_file = help/mate-terminal.pot +source_lang = en +type = PO minimum_perc = 2 + -- cgit v1.2.1