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