From a7390fd21d1f09767410b0893f2e0bd4e7563432 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 10 Jun 2017 23:26:00 -0400 Subject: [PATCH] Add transifex config file (re #4101) --- .tx/config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 000000000..9334732ce --- /dev/null +++ b/.tx/config @@ -0,0 +1,13 @@ +[main] +host = https://www.transifex.com +minimum_perc = 1 + +[id-editor.core] +source_file = data/core.yaml +source_lang = en +type = YAML + +[id-editor.presets] +source_file = data/presets.yaml +source_lang = en +type = YAML