Add validation rule: public themes should have a complete translation in english

This commit is contained in:
Pieter Vander Vennet 2022-02-16 02:23:50 +01:00
parent 39e6cdfda4
commit 92f5b57c9f
8 changed files with 162 additions and 113 deletions

View file

@ -12,6 +12,7 @@
"hu": "Kávézók és kocsmák"
},
"description": {
"en": "Pubs and bars",
"nl": "Cafés, kroegen en drinkgelegenheden"
},
"maintainer": "",

View file

@ -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",

View file

@ -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": "",