From fa260785b46bd2734f6d08d765c6af602e082a03 Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 28 Oct 2022 21:55:25 +0200 Subject: tx: migrate config file --- .tx/config | 52 +++++++++++++++++++++---------------------- .tx/config_20221028214815.bak | 38 +++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 26 deletions(-) create mode 100755 .tx/config_20221028214815.bak diff --git a/.tx/config b/.tx/config index 406c533a..62f63d03 100644 --- a/.tx/config +++ b/.tx/config @@ -1,38 +1,38 @@ [main] host = https://www.transifex.com - -[MATE.master--mate-utils] -file_filter = po/.po -source_file = mate-utils.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:master--mate-dictionary-user-guide] +file_filter = mate-dictionary/help//.po +source_file = mate-dictionary.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.master--mate-disk-usage-analyzer-user-guide] -file_filter = baobab/help//.po -source_file = mate-disk-usage-analyzer.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:master--mate-disk-usage-analyzer-user-guide] +file_filter = baobab/help//.po +source_file = mate-disk-usage-analyzer.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.master--mate-search-tool-user-guide] -file_filter = gsearchtool/help//.po -source_file = mate-search-tool.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:master--mate-search-tool-user-guide] +file_filter = gsearchtool/help//.po +source_file = mate-search-tool.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.master--mate-system-log-user-guide] -file_filter = logview/help//.po -source_file = mate-system-log.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:master--mate-system-log-user-guide] +file_filter = logview/help//.po +source_file = mate-system-log.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.master--mate-dictionary-user-guide] -file_filter = mate-dictionary/help//.po -source_file = mate-dictionary.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:master--mate-utils] +file_filter = po/.po +source_file = mate-utils.pot +source_lang = en +type = PO minimum_perc = 2 diff --git a/.tx/config_20221028214815.bak b/.tx/config_20221028214815.bak new file mode 100755 index 00000000..406c533a --- /dev/null +++ b/.tx/config_20221028214815.bak @@ -0,0 +1,38 @@ +[main] +host = https://www.transifex.com + +[MATE.master--mate-utils] +file_filter = po/.po +source_file = mate-utils.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--mate-disk-usage-analyzer-user-guide] +file_filter = baobab/help//.po +source_file = mate-disk-usage-analyzer.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--mate-search-tool-user-guide] +file_filter = gsearchtool/help//.po +source_file = mate-search-tool.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--mate-system-log-user-guide] +file_filter = logview/help//.po +source_file = mate-system-log.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--mate-dictionary-user-guide] +file_filter = mate-dictionary/help//.po +source_file = mate-dictionary.pot +source_lang = en +type = PO +minimum_perc = 2 + -- cgit v1.2.1