diff options
author | raveit65 <[email protected]> | 2018-09-26 18:28:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-26 18:28:32 +0200 |
commit | a24f714d68ec0acf2831f1211d470871c4e06121 (patch) | |
tree | 78938cd801107f07d8d64319274e43808e399542 /.tx/config | |
parent | e1488971ed44e26257d7014760aa251393351473 (diff) | |
download | eom-a24f714d68ec0acf2831f1211d470871c4e06121.tar.bz2 eom-a24f714d68ec0acf2831f1211d470871c4e06121.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.master--eom] file_filter = po/<lang>.po -source_file = po/eom.pot +source_file = eom.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--eom-user-quide] +file_filter = help/<lang>/<lang>.po +source_file = help/eom.pot source_lang = en type = PO minimum_perc = 2 |