diff options
author | raveit65 <[email protected]> | 2023-05-08 17:08:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-08 17:08:26 +0200 |
commit | ef08ff658708636cf03e5a6cb1e98c8ba709463a (patch) | |
tree | e0da6577100562de787f59033976202143f38b13 /.tx/config | |
parent | 8ca37beb259f7a62fef2005e888248ec880e44cd (diff) | |
download | pluma-ef08ff658708636cf03e5a6cb1e98c8ba709463a.tar.bz2 pluma-ef08ff658708636cf03e5a6cb1e98c8ba709463a.tar.xz |
tx: migrate to new API
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -1,16 +1,17 @@ [main] host = https://www.transifex.com - -[MATE.1-26--pluma] -file_filter = po/<lang>.po -source_file = pluma.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:1-26--pluma] +file_filter = po/<lang>.po +source_file = pluma.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.1-26--pluma-user-guide] -file_filter = help/<lang>/<lang>.po -source_file = help/pluma.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:1-26--pluma-user-guide] +file_filter = help/<lang>/<lang>.po +source_file = help/pluma.pot +source_lang = en +type = PO minimum_perc = 2 + |