Fix: typo in theme

This commit is contained in:
Pieter Vander Vennet 2025-02-10 02:52:39 +01:00
parent 2d5d2fe487
commit 6bf193f86f
2 changed files with 45 additions and 50 deletions

View file

@ -790,7 +790,7 @@
] ]
}, },
{ {
"id": "platform", "id": "added-image",
"options": [ "options": [
{ {
"question": { "question": {
@ -800,6 +800,49 @@
"es": "El conjunto de cambios agregó al menos una imagen", "es": "El conjunto de cambios agregó al menos una imagen",
"ko": "주요 변경사항에 최소 하나의 이미지가 추가 되었습니다", "ko": "주요 변경사항에 최소 하나의 이미지가 추가 되었습니다",
"nl": "Changeset voegde minstens één afbeelding toe" "nl": "Changeset voegde minstens één afbeelding toe"
},
"osmTags": "add-image>0"
}
]
},
{
"id": "exclude_grb",
"options": [
{
"osmTags": "theme!=grb",
"question": {
"en": "Exclude GRB theme",
"de": "GRB-Thema ausschließen",
"cs": "Vyloučit motiv GRB",
"es": "Excluir el tema GRB",
"nl": "GRB-thema uitsluiten",
"ko": "GRB 테마 제외"
}
}
]
},
{
"id": "exclude_etymology",
"options": [
{
"osmTags": "theme!=etymology",
"question": {
"en": "Exclude etymology theme",
"de": "Etymologie-Thema ausschließen",
"cs": "Vyloučit etymologii tématu",
"es": "Excluir el tema de etimología",
"nl": "Thema etymologie uitsluiten",
"ko": "어원 테마 제외"
}
}
]
},
{
"id": "platform",
"options": [
{
"question": {
"en": "All platforms"
} }
}, },
{ {
@ -815,54 +858,6 @@
"osmTags": "android=" "osmTags": "android="
} }
] ]
},
{
"id": "added-image",
"options": [
{
"osmTags": "add-image>0",
"question": {
"en": "Exclude GRB theme",
"de": "GRB-Thema ausschließen",
"cs": "Vyloučit motiv GRB",
"es": "Excluir el tema GRB",
"nl": "GRB-thema uitsluiten",
"ko": "GRB 테마 제외"
}
}
]
},
{
"id": "exclude_grb",
"options": [
{
"osmTags": "theme!=grb",
"question": {
"en": "Exclude etymology theme",
"de": "Etymologie-Thema ausschließen",
"cs": "Vyloučit etymologii tématu",
"es": "Excluir el tema de etimología",
"nl": "Thema etymologie uitsluiten",
"ko": "어원 테마 제외"
}
}
]
},
{
"id": "exclude_etymology",
"options": [
{
"osmTags": "theme!=etymology",
"question": {
"en": "Exclude etymology theme",
"de": "Etymologie-Thema ausschließen",
"es": "Excluir el tema de etimología",
"cs": "Vyloučit etymologii tématu",
"nl": "Thema etymologie uitsluiten",
"ko": "어원 테마 제외"
}
}
]
} }
] ]
}, },

View file

@ -475,7 +475,7 @@
"id": "platform", "id": "platform",
"options": [ "options": [
{ {
"quesiton": { "question": {
"en": "All platforms" "en": "All platforms"
} }
}, },