From 53735a4f6779d030aeb93c291e1cb88e8a87fba6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 5 Oct 2018 15:38:46 +0200 Subject: tx: simplify source generation and update them --- .tx/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.tx') diff --git a/.tx/config b/.tx/config index 6f93dc26..b9faa463 100644 --- a/.tx/config +++ b/.tx/config @@ -3,35 +3,35 @@ host = https://www.transifex.com [MATE.1-20--mate-utils] file_filter = po/.po -source_file = po/mate-utils.pot +source_file = mate-utils.pot source_lang = en type = PO minimum_perc = 2 [MATE.1-20--mate-disk-usage-analyzer] file_filter = baobab/help//.po -source_file = baobab/mate-disk-usage-analyzer.pot +source_file = mate-disk-usage-analyzer.pot source_lang = en type = PO minimum_perc = 2 [MATE.1-20--mate-search-tool] file_filter = gsearchtool/help//.po -source_file = gsearchtool/mate-search-tool.pot +source_file = mate-search-tool.pot source_lang = en type = PO minimum_perc = 2 [MATE.1-20--mate-system-log] file_filter = logview/help//.po -source_file = logview/mate-system-log.pot +source_file = mate-system-log.pot source_lang = en type = PO minimum_perc = 2 [MATE.1-20--mate-dictionary] file_filter = mate-dictionary/help//.po -source_file = mate-dictionary/mate-dictionary.pot +source_file = mate-dictionary.pot source_lang = en type = PO minimum_perc = 2 -- cgit v1.2.1