feat: add benefit translations and remove unused JSON

This commit is contained in:
Arvid Norlin
2024-06-26 14:57:33 +02:00
parent 1bd65f77ac
commit 1c76725b4c
15 changed files with 178 additions and 1880 deletions
@@ -7,28 +7,15 @@
"requiredNights": 0,
"benefits": [
{
"title": "Friendly room rates",
"value": "Friendly room rates",
"explanation": "",
"description": "",
"href": ""
"title": "Ystävälliset huonehinnat"
},
{
"title": "10% off on food on weekends",
"value": "10% off",
"explanation": "on food on weekends",
"description": "Go ahead use your friendly discount to grab a bite during weekends.",
"href": ""
"title": "10 % alennusta ruoasta viikonloppuisin"
},
{
"title": "Free kids mocktail during stay",
"value": "Free kids mocktail",
"explanation": "during stay",
"description": "",
"href": ""
"title": "Maksuton lasten mocktail majoituksen aikana"
}
],
"icon": "/_static/icons/loyaltyLevels/new-friend.svg"
]
},
{
"level": 2,
@@ -37,14 +24,9 @@
"requiredNights": 0,
"benefits": [
{
"title": "15% on food on weekends",
"value": "15% on food",
"explanation": "on weekends",
"description": "Go ahead use your friendly discount to grab a bite during weekends.",
"href": ""
"title": "15 % alennusta ruoasta viikonloppuisin"
}
],
"icon": "/_static/icons/loyaltyLevels/good-friend.svg"
]
},
{
"level": 3,
@@ -53,21 +35,12 @@
"requiredNights": 0,
"benefits": [
{
"title": "Late checkout - 1 hour when available",
"value": "Late checkout",
"explanation": "- 1 hour when available",
"description": "",
"href": ""
"title": "Myöhäinen uloskirjautuminen 1 tunti lisäaikaa varaustilanteen mukaan"
},
{
"title": "50 SEK voucher",
"value": "50 SEK voucher",
"explanation": "",
"description": "Yeah, thats right: for each friendship point-boosting night, you get a voucher to redeem when you dine or drink at our restaurants and bars.",
"href": ""
"title": "Ravintolakuponki (arvo 5 €)"
}
],
"icon": "/_static/icons/loyaltyLevels/close-friend.svg"
]
},
{
"level": 4,
@@ -76,28 +49,15 @@
"requiredNights": 0,
"benefits": [
{
"title": "25% earn rate",
"value": "25% earn rate",
"explanation": "",
"description": "",
"href": ""
"title": "Ansaintakerroin 25 %"
},
{
"title": "Early check-in - 1 hour when available",
"value": "Early check-in",
"explanation": "- 1 hour when available",
"description": "",
"href": ""
"title": "Aikainen sisäänkirjautuminen 1 tunti lisäaikaa varaustilanteen mukaan"
},
{
"title": "75 SEK voucher",
"value": "75 SEK voucher",
"explanation": "",
"description": "Yeah, thats right: for each friendship point-boosting night, you get a voucher to redeem when you dine or drink at our restaurants and bars.",
"href": ""
"title": "Ravintolakuponki (arvo 7,50 €)"
}
],
"icon": "/_static/icons/loyaltyLevels/dear-friend.svg"
]
},
{
"level": 5,
@@ -106,28 +66,15 @@
"requiredNights": 0,
"benefits": [
{
"title": "Free room upgrade when available",
"value": "Free room upgrade",
"explanation": "when available",
"description": "",
"href": ""
"title": "Maksuton huoneluokan korotus varaustilanteen mukaan"
},
{
"title": "100 SEK voucher",
"value": "100 SEK voucher",
"explanation": "",
"description": "Yeah, thats right: for each friendship point-boosting night, you get a voucher to redeem when you dine or drink at our restaurants and bars.",
"href": ""
"title": "Ravintolakuponki (arvo 10 €)"
},
{
"title": "2-for-1 breakfast",
"value": "2-for-1 breakfast",
"explanation": "",
"description": "",
"href": ""
"title": "Aamiainen kaksi yhden hinnalla"
}
],
"icon": "/_static/icons/loyaltyLevels/loyal-friend.svg"
]
},
{
"level": 6,
@@ -136,35 +83,18 @@
"requiredNights": 0,
"benefits": [
{
"title": "50% earn rate",
"value": "50% earn rate",
"explanation": "",
"description": "",
"href": ""
"title": "Ansaintakerroin +50 %"
},
{
"title": "150 SEK voucher",
"value": "150 SEK voucher",
"explanation": "",
"description": "Yeah, thats right: for each friendship point-boosting night, you get a voucher to redeem when you dine or drink at our restaurants and bars.",
"href": ""
"title": "Ravintolakuponki (arvo 15 €)"
},
{
"title": "48h room guarantee",
"value": "48h room guarantee",
"explanation": "",
"description": "",
"href": ""
"title": "48 tunnin huonetakuu"
},
{
"title": "Always free breakfast",
"value": "Always free breakfast",
"explanation": "Always free breakfast",
"description": "",
"href": ""
"title": "Aamiainen aina maksutta"
}
],
"icon": "/_static/icons/loyaltyLevels/true-friend.svg"
]
},
{
"level": 7,
@@ -173,28 +103,15 @@
"requiredNights": 100,
"benefits": [
{
"title": "200 SEK voucher",
"value": "200 SEK voucher",
"explanation": "",
"description": "Yeah, thats right: for each friendship point-boosting night, you get a voucher to redeem when you dine or drink at our restaurants and bars.",
"href": ""
"title": "Ravintolakuponki (arvo 20 €)"
},
{
"title": "Yearly exclusive gift",
"value": "Yearly exclusive gift",
"explanation": "",
"description": "",
"href": ""
"title": "Henkilökohtainen lahja vuosittain"
},
{
"title": "Kid's boost",
"value": "Kid's boost",
"explanation": "",
"description": "",
"href": ""
"title": "Tervetuliaislahja lapselle"
}
],
"icon": "/_static/icons/loyaltyLevels/best-friend.svg"
]
}
]
}