From 4fc0e5500dd4578b9d4a06671a250217be2c1b95 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 27 Dec 2018 11:55:31 -0500 Subject: [PATCH] Add community index to transifex config file This doesn't really affect anything, but it allows us to `tx pull -a` down all the strings to a temporary location and look at them. --- .tx/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tx/config b/.tx/config index 4f3831038..21389fb4a 100644 --- a/.tx/config +++ b/.tx/config @@ -2,6 +2,11 @@ host = https://www.transifex.com minimum_perc = 1 +[id-editor.community] +file_filter = .tx/tmp/community/.yaml +source_lang = en +type = YAML + [id-editor.core] file_filter = .tx/tmp/core/.yaml source_file = data/core.yaml