diff options
author | mbkma <[email protected]> | 2022-10-28 21:54:30 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-10-28 21:54:30 +0200 |
commit | c04ba47fe992c03bd690d516816fcde037f0041b (patch) | |
tree | 8c0a97d0da1a071a23619acd9c940bf2ccffb616 /.tx | |
parent | 886866b1437119ae9a21b4957d327071cf453308 (diff) | |
download | atril-c04ba47fe992c03bd690d516816fcde037f0041b.tar.bz2 atril-c04ba47fe992c03bd690d516816fcde037f0041b.tar.xz |
tx: migrate config file
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 23 | ||||
-rwxr-xr-x | .tx/config_20221028215429.bak | 16 |
2 files changed, 28 insertions, 11 deletions
@@ -1,16 +1,17 @@ [main] host = https://www.transifex.com - -[MATE.master--atril] -file_filter = po/<lang>.po -source_file = atril.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:master--atril] +file_filter = po/<lang>.po +source_file = atril.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.master--atril-user-guide] -file_filter = help/<lang>/<lang>.po -source_file = help/atril.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:master--atril-user-guide] +file_filter = help/<lang>/<lang>.po +source_file = help/atril.pot +source_lang = en +type = PO minimum_perc = 2 + diff --git a/.tx/config_20221028215429.bak b/.tx/config_20221028215429.bak new file mode 100755 index 00000000..edf948d7 --- /dev/null +++ b/.tx/config_20221028215429.bak @@ -0,0 +1,16 @@ +[main] +host = https://www.transifex.com + +[MATE.master--atril] +file_filter = po/<lang>.po +source_file = atril.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--atril-user-guide] +file_filter = help/<lang>/<lang>.po +source_file = help/atril.pot +source_lang = en +type = PO +minimum_perc = 2 |