Add no:network to charging stations
This commit is contained in:
parent
80a5e8d342
commit
0f2f6f555e
2 changed files with 11 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -53,6 +53,16 @@
|
|||
"key": "network"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"no:network=yes"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Not part of a bigger network"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
|
|
Loading…
Reference in a new issue