diff options
author | mbkma <[email protected]> | 2022-10-28 21:55:10 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-10-28 23:49:07 +0200 |
commit | 89232010c024c4a8392c8cd1d537d7f58e9a777a (patch) | |
tree | 60339368f36e39cd51e198541f74b408f9886f65 | |
parent | 0096e237d420e6247a75a1c6940a818e309ac2a7 (diff) | |
download | mate-backgrounds-89232010c024c4a8392c8cd1d537d7f58e9a777a.tar.bz2 mate-backgrounds-89232010c024c4a8392c8cd1d537d7f58e9a777a.tar.xz |
tx: migrate config file
-rw-r--r-- | .tx/config | 13 | ||||
-rwxr-xr-x | .tx/config_20221028214814.bak | 9 |
2 files changed, 16 insertions, 6 deletions
@@ -1,9 +1,10 @@ [main] host = https://www.transifex.com - -[MATE.master--mate-backgrounds] -file_filter = po/<lang>.po -source_file = po/mate-backgrounds.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:master--mate-backgrounds] +file_filter = po/<lang>.po +source_file = po/mate-backgrounds.pot +source_lang = en +type = PO minimum_perc = 2 + diff --git a/.tx/config_20221028214814.bak b/.tx/config_20221028214814.bak new file mode 100755 index 0000000..244d814 --- /dev/null +++ b/.tx/config_20221028214814.bak @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[MATE.master--mate-backgrounds] +file_filter = po/<lang>.po +source_file = po/mate-backgrounds.pot +source_lang = en +type = PO +minimum_perc = 2 |