diff options
author | mbkma <[email protected]> | 2022-10-28 21:54:16 +0200 |
---|---|---|
committer | mbkma <[email protected]> | 2022-10-28 21:54:16 +0200 |
commit | 2ad5cd1e5ac08c935a23f81a13979a2a874e5f9e (patch) | |
tree | 5b6cb9e20974bd7d1e4bbb9fd09414c9b018c8f2 /.tx/config_20221028215415.bak | |
parent | 59eae69aeff064a1be7dc0d26b94d8484e941e69 (diff) | |
download | engrampa-2ad5cd1e5ac08c935a23f81a13979a2a874e5f9e.tar.bz2 engrampa-2ad5cd1e5ac08c935a23f81a13979a2a874e5f9e.tar.xz |
tx: migrate config file
Diffstat (limited to '.tx/config_20221028215415.bak')
-rwxr-xr-x | .tx/config_20221028215415.bak | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.tx/config_20221028215415.bak b/.tx/config_20221028215415.bak new file mode 100755 index 0000000..0d3cb0b --- /dev/null +++ b/.tx/config_20221028215415.bak @@ -0,0 +1,16 @@ +[main] +host = https://www.transifex.com + +[MATE.master--engrampa] +file_filter = po/<lang>.po +source_file = engrampa.pot +source_lang = en +type = PO +minimum_perc = 2 + +[MATE.master--engrampa-user-guide] +file_filter = help/<lang>/<lang>.po +source_file = help/engrampa.pot +source_lang = en +type = PO +minimum_perc = 2 |