mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Create .tx/tmp/ temp translation download location
(not actually used, as talking direct to API seems faster)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
||||
/dist/img/*.svg
|
||||
/dist/mapillary-js/
|
||||
/node_modules/
|
||||
/.tx/tmp/
|
||||
npm-debug.log
|
||||
package-lock.json
|
||||
transifex.auth
|
||||
|
||||
@@ -3,11 +3,18 @@ host = https://www.transifex.com
|
||||
minimum_perc = 1
|
||||
|
||||
[id-editor.core]
|
||||
file_filter = .tx/tmp/core/<lang>.yaml
|
||||
source_file = data/core.yaml
|
||||
source_lang = en
|
||||
type = YAML
|
||||
|
||||
[id-editor.presets]
|
||||
file_filter = .tx/tmp/presets/<lang>.yaml
|
||||
source_file = data/presets.yaml
|
||||
source_lang = en
|
||||
type = YAML
|
||||
|
||||
[id-editor.imagery]
|
||||
file_filter = .tx/tmp/imagery/<lang>.json
|
||||
source_lang = en
|
||||
type = KEYVALUEJSON
|
||||
|
||||
Reference in New Issue
Block a user