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