diff options
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 22 | ||||
-rwxr-xr-x | .tx/config_20221024111755.bak | 17 |
2 files changed, 28 insertions, 11 deletions
@@ -1,17 +1,17 @@ [main] host = https://www.transifex.com - -[MATE.master--mate-calc] -file_filter = po/<lang>.po -source_file = mate-calc.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:master--mate-calc] +file_filter = po/<lang>.po +source_file = mate-calc.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.master--mate-calc-user-guide] -file_filter = help/<lang>/<lang>.po -source_file = help/mate-calc.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:master--mate-calc-user-guide] +file_filter = help/<lang>/<lang>.po +source_file = help/mate-calc.pot +source_lang = en +type = PO minimum_perc = 2 diff --git a/.tx/config_20221024111755.bak b/.tx/config_20221024111755.bak new file mode 100755 index 0000000..c8ef3d3 --- /dev/null +++ b/.tx/config_20221024111755.bak @@ -0,0 +1,17 @@ +[main] +host = https://www.transifex.com + +[MATE.master--mate-calc] +file_filter = po/<lang>.po +source_file = mate-calc.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--mate-calc-user-guide] +file_filter = help/<lang>/<lang>.po +source_file = help/mate-calc.pot +source_lang = en +type = PO +minimum_perc = 2 + |