diff options
author | mbkma <[email protected]> | 2022-10-28 21:55:03 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-10-28 21:55:03 +0200 |
commit | 0319d5958349d60dd989b3204ad43e041bca8fd8 (patch) | |
tree | 661952dd750c07c92b5ac9c318c80694a02b81d0 | |
parent | dfc041f39969c00dfdd7921a973928849782328a (diff) | |
download | caja-extensions-0319d5958349d60dd989b3204ad43e041bca8fd8.tar.bz2 caja-extensions-0319d5958349d60dd989b3204ad43e041bca8fd8.tar.xz |
tx: migrate config file
-rw-r--r-- | .tx/config | 13 | ||||
-rwxr-xr-x | .tx/config_20221028215503.bak | 9 |
2 files changed, 16 insertions, 6 deletions
@@ -1,9 +1,10 @@ [main] host = https://www.transifex.com - -[MATE.master--caja-extensions] -file_filter = po/<lang>.po -source_file = po/caja-extensions.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:master--caja-extensions] +file_filter = po/<lang>.po +source_file = po/caja-extensions.pot +source_lang = en +type = PO minimum_perc = 2 + diff --git a/.tx/config_20221028215503.bak b/.tx/config_20221028215503.bak new file mode 100755 index 0000000..84308a0 --- /dev/null +++ b/.tx/config_20221028215503.bak @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[MATE.master--caja-extensions] +file_filter = po/<lang>.po +source_file = po/caja-extensions.pot +source_lang = en +type = PO +minimum_perc = 2 |