diff options
author | raveit65 <[email protected]> | 2023-04-28 21:19:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-04-28 21:19:40 +0200 |
commit | 1d4a7ff8224a40cabb723a85406609f59691e795 (patch) | |
tree | 62055228dc1af1838a16d5815454a74addaf0945 /.tx | |
parent | c585b945d27e883908c437d12aa9c453db2143f4 (diff) | |
download | atril-1d4a7ff8224a40cabb723a85406609f59691e795.tar.bz2 atril-1d4a7ff8224a40cabb723a85406609f59691e795.tar.xz |
tx: migrate to new api
Diffstat (limited to '.tx')
-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--atril] -file_filter = po/<lang>.po -source_file = atril.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:1-26--atril] +file_filter = po/<lang>.po +source_file = atril.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.1-26--atril-user-guide] -file_filter = help/<lang>/<lang>.po -source_file = help/atril.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:1-26--atril-user-guide] +file_filter = help/<lang>/<lang>.po +source_file = help/atril.pot +source_lang = en +type = PO minimum_perc = 2 + |