diff options
author | raveit65 <[email protected]> | 2018-09-23 15:00:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-23 15:00:26 +0200 |
commit | b29b5fc4a2a9f65a08527f9e746a04b9a62b1a54 (patch) | |
tree | cebca743e064d037fae24f95a8b56d034c8544e5 /.tx | |
parent | 72b3f44fd9b4204deaa29affddfe55e907913a62 (diff) | |
download | mate-user-guide-b29b5fc4a2a9f65a08527f9e746a04b9a62b1a54.tar.bz2 mate-user-guide-b29b5fc4a2a9f65a08527f9e746a04b9a62b1a54.tar.xz |
tx: simplify source (.pot) file generation
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,14 +3,14 @@ host = https://www.transifex.com [MATE.1-20--mate-user-guide] file_filter = po/<lang>.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/<lang>/<lang>.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 |