add yellow colour option for hydrant
This commit is contained in:
parent
1a5faad247
commit
c737eaa623
1 changed files with 10 additions and 0 deletions
|
@ -52,6 +52,16 @@
|
|||
"key": "colour"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"colour=red"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant colour is red"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
|
|
Loading…
Reference in a new issue