summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-10-28 21:55:18 +0200
committermbkma <[email protected]>2022-10-28 23:51:08 +0200
commit16b5badfd873f545a4d93ba4671806ea7c950b15 (patch)
tree5150b8c4f6843a16254ed77f5ca660f6cff5320a
parent413f9e46eb73e5ebec9a05b5669df8b927126596 (diff)
downloadpluma-16b5badfd873f545a4d93ba4671806ea7c950b15.tar.bz2
pluma-16b5badfd873f545a4d93ba4671806ea7c950b15.tar.xz
tx: migrate config file
-rw-r--r--.tx/config23
-rwxr-xr-x.tx/config_20221028214814.bak16
2 files changed, 28 insertions, 11 deletions
diff --git a/.tx/config b/.tx/config
index 3597fe75..8e2c6d15 100644
--- a/.tx/config
+++ b/.tx/config
@@ -1,16 +1,17 @@
[main]
host = https://www.transifex.com
-
-[MATE.master--pluma]
-file_filter = po/<lang>.po
-source_file = pluma.pot
-source_lang = en
-type = PO
+
+[o:mate:p:MATE:r:master--pluma]
+file_filter = po/<lang>.po
+source_file = pluma.pot
+source_lang = en
+type = PO
minimum_perc = 2
-[MATE.master--pluma-user-guide]
-file_filter = help/<lang>/<lang>.po
-source_file = help/pluma.pot
-source_lang = en
-type = PO
+[o:mate:p:MATE:r:master--pluma-user-guide]
+file_filter = help/<lang>/<lang>.po
+source_file = help/pluma.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 00000000..3597fe75
--- /dev/null
+++ b/.tx/config_20221028214814.bak
@@ -0,0 +1,16 @@
+[main]
+host = https://www.transifex.com
+
+[MATE.master--pluma]
+file_filter = po/<lang>.po
+source_file = pluma.pot
+source_lang = en
+type = PO
+minimum_perc = 2
+
+[MATE.master--pluma-user-guide]
+file_filter = help/<lang>/<lang>.po
+source_file = help/pluma.pot
+source_lang = en
+type = PO
+minimum_perc = 2