diff options
author | mbkma <[email protected]> | 2022-10-28 21:54:40 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-10-28 23:41:42 +0200 |
commit | 46d68c2f2c90cd35630d18ef78d2c142756b38bd (patch) | |
tree | 994a6191fd55dbc510f607e235c2b67893e39a29 | |
parent | fc18162c79947563eb19aaf6ba8ec1acea9e40bb (diff) | |
download | caja-46d68c2f2c90cd35630d18ef78d2c142756b38bd.tar.bz2 caja-46d68c2f2c90cd35630d18ef78d2c142756b38bd.tar.xz |
tx: migrate config file
-rw-r--r-- | .tx/config | 13 | ||||
-rwxr-xr-x | .tx/config_20221028214812.bak | 9 |
2 files changed, 16 insertions, 6 deletions
@@ -1,9 +1,10 @@ [main] host = https://www.transifex.com - -[MATE.master--caja] -file_filter = po/<lang>.po -source_file = po/caja.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:master--caja] +file_filter = po/<lang>.po +source_file = po/caja.pot +source_lang = en +type = PO minimum_perc = 2 + diff --git a/.tx/config_20221028214812.bak b/.tx/config_20221028214812.bak new file mode 100755 index 00000000..04810c08 --- /dev/null +++ b/.tx/config_20221028214812.bak @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[MATE.master--caja] +file_filter = po/<lang>.po +source_file = po/caja.pot +source_lang = en +type = PO +minimum_perc = 2 |