diff options
author | raveit65 <[email protected]> | 2018-09-26 18:33:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-26 18:33:29 +0200 |
commit | a50360003ed77238f290fd3c491af65d46d689ce (patch) | |
tree | 66bcc6481987147231c46e6582360f1d7e03b433 /.tx/config | |
parent | 537665080a55164cac6628de5c2d1a18e7127b08 (diff) | |
download | eom-a50360003ed77238f290fd3c491af65d46d689ce.tar.bz2 eom-a50360003ed77238f290fd3c491af65d46d689ce.tar.xz |
tx: add eom help to transifex config
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -3,7 +3,14 @@ host = https://www.transifex.com [MATE.1-20--eom] file_filter = po/<lang>.po -source_file = po/eom.pot +source_file = eom.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.1-20--eom-user-quide] +file_filter = help/<lang>/<lang>.po +source_file = help/eom.pot source_lang = en type = PO minimum_perc = 2 |