Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2016-04-29 21:55:04 +0300
committerAlex Zolotarev <alex@maps.me>2016-05-01 10:28:03 +0300
commit1cd48ebbe9179ae466a64fc11df8710cb106083a (patch)
tree8b2f43ae8aa1dd4c884ab75e0a2e3f9b5d2306d5 /data/editor.config
parentf7c7180f9e9451536773dd0896c6ee1c6f2a9fe4 (diff)
[editor] Disabled creation of shop=chemist due to lack of good translations.
Diffstat (limited to 'data/editor.config')
-rw-r--r--data/editor.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/editor.config b/data/editor.config
index f62a2801b3..4226425b04 100644
--- a/data/editor.config
+++ b/data/editor.config
@@ -538,7 +538,8 @@
<include field="operator" />
<include field="internet" />
</type>
- <type id="shop-chemist" group="shop">
+ <!-- Add translations before setting can_add=yes. It's hard to translate though.-->
+ <type id="shop-chemist" group="shop" can_add="no">
<include group="poi" />
<include field="internet" />
</type>