diff options
author | mbkma <[email protected]> | 2022-10-28 21:55:15 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-10-28 23:50:09 +0200 |
commit | 5fb335120b570dfb36bebb50ab0fd623d659dc7e (patch) | |
tree | d7c0916276b982db09f51ae45cb660784c971bb1 /.tx/config | |
parent | 4bd4942da80bf73320993eb1dd3c9aedf8123b11 (diff) | |
download | marco-5fb335120b570dfb36bebb50ab0fd623d659dc7e.tar.bz2 marco-5fb335120b570dfb36bebb50ab0fd623d659dc7e.tar.xz |
tx: migrate config file
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,9 +1,10 @@ [main] host = https://www.transifex.com - -[MATE.master--marco] -file_filter = po/<lang>.po -source_file = po/marco.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:master--marco] +file_filter = po/<lang>.po +source_file = po/marco.pot +source_lang = en +type = PO minimum_perc = 2 + |