Themes(wayside_shrines): small language fixes

This commit is contained in:
Pieter Vander Vennet 2025-03-13 17:20:14 +01:00
parent 1f7b156a2c
commit aaf46cd7b0

View file

@ -172,66 +172,66 @@
{ {
"if": "denomination=catholic", "if": "denomination=catholic",
"then": { "then": {
"en": "It's denomination is: Catholic" "en": "The religious subdenomination is Catholic"
} }
}, },
{ {
"if": "denomination=roman_catholic", "if": "denomination=roman_catholic",
"then": { "then": {
"en": "It's denomination is: Roman Catholic" "en": "The religious subdenomination is Roman Catholic"
} }
}, },
{ {
"if": "denomination=orthodox", "if": "denomination=orthodox",
"then": { "then": {
"en": "It's denomination is Orthodox" "en": "The religious subdenomination is Orthodox"
} }
}, },
{ {
"if": "denomination=greek_orthodox", "if": "denomination=greek_orthodox",
"then": { "then": {
"en": "It's denomination is Greek-Orthodox" "en": "The religious subdenomination is Greek-Orthodox"
} }
}, },
{ {
"if": "denomination=russian_orthodox", "if": "denomination=russian_orthodox",
"then": { "then": {
"en": "It's denomination is Russian-Orthodox" "en": "The religious subdenomination is Russian-Orthodox"
} }
}, },
{ {
"if": "denomination=serbian_orthodox", "if": "denomination=serbian_orthodox",
"then": { "then": {
"en": "It's denomination is Serbian Orthodox" "en": "The religious subdenomination is Serbian Orthodox"
} }
}, },
{ {
"if": "denomination=protestant", "if": "denomination=protestant",
"then": { "then": {
"en": "It's denomination is Protestant" "en": "The religious subdenomination is Protestant"
} }
}, },
{ {
"if": "denomination=anglican", "if": "denomination=anglican",
"then": { "then": {
"en": "It's denomination is Anglican" "en": "The religious subdenomination is Anglican"
} }
}, },
{ {
"if": "denomination=adventist", "if": "denomination=adventist",
"then": { "then": {
"en": "It's denomination is Adventist" "en": "The religious subdenomination is Adventist"
} }
}, },
{ {
"if": "denomination=evangelical", "if": "denomination=evangelical",
"then": { "then": {
"en": "It's denomination is evangelical" "en": "The religious subdenomination is evangelical"
} }
} }
], ],
"render": { "render": {
"en": "Other denomination: {denomination}" "en": "The religious denomination is <b>{denomination}</b>"
}, },
"freeform": { "freeform": {
"key": "denomination" "key": "denomination"
@ -242,19 +242,19 @@
{ {
"if": "denomination=shia", "if": "denomination=shia",
"then": { "then": {
"en": "It's denomination is Shia" "en": "The religious subdenomination is Shia"
} }
}, },
{ {
"if": "denomination=sunni", "if": "denomination=sunni",
"then": { "then": {
"en": "It's denomination is Sunni" "en": "The religious subdenomination is Sunni"
} }
}, },
{ {
"if": "denomination=sufi", "if": "denomination=sufi",
"then": { "then": {
"en": "It's denomination is Sufi" "en": "The religious subdenomination is Sufi"
} }
} }
], ],
@ -263,7 +263,7 @@
"key": "denomination" "key": "denomination"
}, },
"render": { "render": {
"en": "It's denomination is {denomination}" "en": "The religious subdenomination is {denomination}"
}, },
"question": { "question": {
"en": "What's the Muslim denomination of this shrine?" "en": "What's the Muslim denomination of this shrine?"
@ -275,25 +275,25 @@
{ {
"if": "denomination=conservative", "if": "denomination=conservative",
"then": { "then": {
"en": "It's denomination is Conservative" "en": "The religious subdenomination is Conservative"
} }
}, },
{ {
"if": "denomination=orthodox", "if": "denomination=orthodox",
"then": { "then": {
"en": "It's denomination is Orthodox" "en": "The religious subdenomination is Orthodox"
} }
}, },
{ {
"if": "denomination=hasidic", "if": "denomination=hasidic",
"then": { "then": {
"en": "It's denomination is Hasidic" "en": "The religious subdenomination is Hasidic"
} }
}, },
{ {
"if": "denomination=reform", "if": "denomination=reform",
"then": { "then": {
"en": "It's denomination is Reform" "en": "The religious subdenomination is Reform"
} }
} }
], ],
@ -302,7 +302,7 @@
"key": "denomination" "key": "denomination"
}, },
"render": { "render": {
"en": "It's denomination is {denomination}" "en": "The religious subdenomination is {denomination}"
}, },
"question": { "question": {
"en": "What's the Jewish denomination of this shrine?" "en": "What's the Jewish denomination of this shrine?"
@ -315,7 +315,7 @@
}, },
"id": "denomination_other", "id": "denomination_other",
"render": { "render": {
"en": "The denomination of this shrine is: {denomination}" "en": "The denomination of this shrine is {denomination}"
}, },
"freeform": { "freeform": {
"key": "denomination" "key": "denomination"
@ -324,7 +324,8 @@
"and": [ "and": [
"religion!=christian", "religion!=christian",
"religion!=muslim", "religion!=muslim",
"religion!=jewish" "religion!=jewish",
"religion!="
] ]
} }
} }