diff options
author | mbkma <[email protected]> | 2022-10-28 21:54:26 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-10-28 21:54:26 +0200 |
commit | 6395d5a632ce685818d69f9df4b2b47860c24814 (patch) | |
tree | 456100feab9d202c07576f232458f78b8d6341bc | |
parent | cb9e62b6d101cb42cdcf3ec7617616e6c4a4bb35 (diff) | |
download | libmatemixer-6395d5a632ce685818d69f9df4b2b47860c24814.tar.bz2 libmatemixer-6395d5a632ce685818d69f9df4b2b47860c24814.tar.xz |
tx: migrate config file
-rw-r--r-- | .tx/config | 13 | ||||
-rwxr-xr-x | .tx/config_20221028215425.bak | 9 |
2 files changed, 16 insertions, 6 deletions
@@ -1,9 +1,10 @@ [main] host = https://www.transifex.com - -[MATE.master--libmatemixer] -file_filter = po/<lang>.po -source_file = po/libmatemixer.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:master--libmatemixer] +file_filter = po/<lang>.po +source_file = po/libmatemixer.pot +source_lang = en +type = PO minimum_perc = 2 + diff --git a/.tx/config_20221028215425.bak b/.tx/config_20221028215425.bak new file mode 100755 index 0000000..fd5d094 --- /dev/null +++ b/.tx/config_20221028215425.bak @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[MATE.master--libmatemixer] +file_filter = po/<lang>.po +source_file = po/libmatemixer.pot +source_lang = en +type = PO +minimum_perc = 2 |