diff options
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -3,7 +3,21 @@ host = https://www.transifex.com [MATE.master--mate-panel] file_filter = po/<lang>.po -source_file = po/mate-panel.pot +source_file = mate-panel.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--mate-clock-user-quide] +file_filter = help/mate-clock/<lang>/<lang>.po +source_file = help/mate-clock/mate-clock.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--mate-fish-user-quide] +file_filter = help/mate-fish/<lang>/<lang>.po +source_file = help/mate-fish/mate-fish.pot source_lang = en type = PO minimum_perc = 2 |