Add no:network to charging stations

This commit is contained in:
Pieter Vander Vennet 2020-10-23 21:41:16 +02:00
parent 80a5e8d342
commit 0f2f6f555e
2 changed files with 11 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -53,6 +53,16 @@
"key": "network" "key": "network"
}, },
"mappings": [ "mappings": [
{
"if": {
"and": [
"no:network=yes"
]
},
"then": {
"en": "Not part of a bigger network"
}
},
{ {
"if": { "if": {
"and": [ "and": [