add yellow colour option for hydrant

This commit is contained in:
Win Olario 2021-04-05 11:17:18 +08:00 committed by GitHub
parent 1a5faad247
commit c737eaa623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,16 @@
"key": "colour"
},
"mappings": [
{
"if": {
"and": [
"colour=red"
]
},
"then": {
"en": "The hydrant colour is red"
}
},
{
"if": {
"and": [