Themes: add extra check so that in a mapping cannot override the , fix two such instances

This commit is contained in:
Pieter Vander Vennet 2023-07-28 14:11:00 +02:00
parent 393d4e75d8
commit 56ea1163bb
3 changed files with 145 additions and 92 deletions

View file

@ -231,12 +231,7 @@
}
},
{
"if": {
"and": [
"fee=no",
"charge="
]
},
"if": "fee=no",
"then": {
"en": "Can be used for free",
"id": "Boleh digunakan tanpa bayaran",
@ -1562,4 +1557,4 @@
]
},
"credits": "joost schouppe"
}
}