forked from MapComplete/MapComplete
Add validation rule: public themes should have a complete translation in english
This commit is contained in:
parent
39e6cdfda4
commit
92f5b57c9f
8 changed files with 162 additions and 113 deletions
|
@ -12,6 +12,7 @@
|
|||
"hu": "Kávézók és kocsmák"
|
||||
},
|
||||
"description": {
|
||||
"en": "Pubs and bars",
|
||||
"nl": "Cafés, kroegen en drinkgelegenheden"
|
||||
},
|
||||
"maintainer": "",
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"hu": "Éttermek és büfék"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Restaurants en fast food"
|
||||
"nl": "Restaurants en fast food",
|
||||
"en": "Restaurants and fast food"
|
||||
},
|
||||
"maintainer": "",
|
||||
"icon": "./assets/layers/food/restaurant.svg",
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
"id": "fritures",
|
||||
"title": {
|
||||
"nl": "Friturenkaart",
|
||||
"en": "Fries shops",
|
||||
"fr": "Carte des friteries"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, you'll find your favourite fries shop!",
|
||||
"nl": "Op deze kaart vind je je favoriete frituur!"
|
||||
},
|
||||
"maintainer": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue