From 67e21ea1fadac11b2aef67e4744901706295a5c0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 23 Sep 2018 14:27:34 +0200 Subject: tx: simplify source (.pot) file generation --- .tx/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.tx') diff --git a/.tx/config b/.tx/config index e9ee140..cada4cc 100644 --- a/.tx/config +++ b/.tx/config @@ -3,14 +3,14 @@ host = https://www.transifex.com [MATE.master--mate-user-guide] file_filter = po/.po -source_file = po/mate-user-guide.pot +source_file = mate-user-guide.pot source_lang = en type = PO minimum_perc = 2 [MATE.master--mate-user-guide-content] file_filter = mate-user-guide//.po -source_file = mate-user-guide/mate-user-guide.pot +source_file = mate-user-guide-content.pot source_lang = en type = PO minimum_perc = 2 -- cgit v1.2.1