Merge pull request #1524 from redfast00/patch-1

Make spelling of Club-Mate consistent, fix typo
This commit is contained in:
Pieter Vander Vennet 2023-07-28 13:32:50 +02:00 committed by GitHub
commit e1f135675f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,10 +207,10 @@
{ {
"id": "hs-club-mate", "id": "hs-club-mate",
"question": { "question": {
"en": "Does this hackerspace serve Club Mate?", "en": "Does this hackerspace serve Club-Mate?",
"de": "Gibt es in diesem Hackerspace Club Mate?", "de": "Gibt es in diesem Hackerspace Club-Mate?",
"zh_Hant": "這個駭客空間是否服務俱樂部伙伴?", "zh_Hant": "這個駭客空間是否服務俱樂部伙伴?",
"nl": "Biedt deze hackerspace club-mate aan?" "nl": "Biedt deze hackerspace Club-Mate aan?"
}, },
"mappings": [ "mappings": [
{ {
@ -220,10 +220,10 @@
] ]
}, },
"then": { "then": {
"en": "This hackerspace serves club mate", "en": "This hackerspace serves Club-Mate",
"de": "In diesem Hackerspace gibt es Club Mate", "de": "In diesem Hackerspace gibt es Club-Mate",
"zh_Hant": "這個駭客空間服務俱樂部伙伴", "zh_Hant": "這個駭客空間服務俱樂部伙伴",
"nl": "Deze hackerspace biedt clube-mate aan" "nl": "Deze hackerspace biedt Club-Mate aan"
} }
}, },
{ {
@ -233,10 +233,10 @@
] ]
}, },
"then": { "then": {
"en": "This hackerspace does not serve club mate", "en": "This hackerspace does not serve Club-Mate",
"de": "In diesem Hackerspace gibt es kein Club Mate", "de": "In diesem Hackerspace gibt es kein Club-Mate",
"zh_Hant": "這個駭客空間沒有服務俱樂部伙伴", "zh_Hant": "這個駭客空間沒有服務俱樂部伙伴",
"nl": "Deze hackerspace biedt geen club-mate aan" "nl": "Deze hackerspace biedt geen Club-Mate aan"
} }
} }
] ]