From 885517989e1dc3bfbdf9d9f30573c8d9411545bd Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 15 Jun 2017 14:42:24 -0400 Subject: [PATCH] Create .tx/tmp/ temp translation download location (not actually used, as talking direct to API seems faster) --- .gitignore | 1 + .tx/config | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 156dcfb46..3c6f17887 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /dist/img/*.svg /dist/mapillary-js/ /node_modules/ +/.tx/tmp/ npm-debug.log package-lock.json transifex.auth diff --git a/.tx/config b/.tx/config index 9334732ce..226039477 100644 --- a/.tx/config +++ b/.tx/config @@ -3,11 +3,18 @@ host = https://www.transifex.com minimum_perc = 1 [id-editor.core] +file_filter = .tx/tmp/core/.yaml source_file = data/core.yaml source_lang = en type = YAML [id-editor.presets] +file_filter = .tx/tmp/presets/.yaml source_file = data/presets.yaml source_lang = en type = YAML + +[id-editor.imagery] +file_filter = .tx/tmp/imagery/.json +source_lang = en +type = KEYVALUEJSON