diff options
author | mbkma <[email protected]> | 2022-10-28 21:54:33 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-10-28 23:38:44 +0200 |
commit | 52a7b3a31724723c486c41aacd394e4fa6d983e2 (patch) | |
tree | cb5feeac897ac6481858a5086904834ce2db2720 | |
parent | ed1c0813ef0b5bd493edeb39ff8e356dcb4d460b (diff) | |
download | libmateweather-52a7b3a31724723c486c41aacd394e4fa6d983e2.tar.bz2 libmateweather-52a7b3a31724723c486c41aacd394e4fa6d983e2.tar.xz |
tx: migrate config file
-rw-r--r-- | .tx/config | 23 | ||||
-rwxr-xr-x | .tx/config_20221028214811.bak | 16 |
2 files changed, 28 insertions, 11 deletions
@@ -1,16 +1,17 @@ [main] host = https://www.transifex.com - -[MATE.master--libmateweather] -file_filter = po/<lang>.po -source_file = libmateweather.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:master--libmateweather] +file_filter = po/<lang>.po +source_file = libmateweather.pot +source_lang = en +type = PO minimum_perc = 2 -[MATE.master--libmateweather-locations] -file_filter = po-locations/<lang>.po -source_file = locations.pot -source_lang = en -type = PO +[o:mate:p:MATE:r:master--libmateweather-locations] +file_filter = po-locations/<lang>.po +source_file = locations.pot +source_lang = en +type = PO minimum_perc = 2 + diff --git a/.tx/config_20221028214811.bak b/.tx/config_20221028214811.bak new file mode 100755 index 0000000..7a5cfa0 --- /dev/null +++ b/.tx/config_20221028214811.bak @@ -0,0 +1,16 @@ +[main] +host = https://www.transifex.com + +[MATE.master--libmateweather] +file_filter = po/<lang>.po +source_file = libmateweather.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--libmateweather-locations] +file_filter = po-locations/<lang>.po +source_file = locations.pot +source_lang = en +type = PO +minimum_perc = 2 |