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": "Friendspriser på rum"
},
{
"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 % rabatt på mat under helger"
},
{
"title": "Free kids mocktail during stay",
"value": "Free kids mocktail",
"explanation": "during stay",
"description": "",
"href": ""
"title": "Kostnadsfri mocktail för barn under vistelse"
}
],
"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 % rabatt på mat under helger"
}
],
"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": "Sen utcheckning 1 timme, i mån av plats"
},
{
"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": "Voucher 50 kr"
}
],
"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": "25% poängboost"
},
{
"title": "Early check-in - 1 hour when available",
"value": "Early check-in",
"explanation": "- 1 hour when available",
"description": "",
"href": ""
"title": "Tidig incheckning 1 timme, i mån av plats"
},
{
"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": "Voucher 75 kr"
}
],
"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": "Kostnadsfri uppgradering av rum, i mån av plats"
},
{
"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": "Voucher 100 kr"
},
{
"title": "2-for-1 breakfast",
"value": "2-for-1 breakfast",
"explanation": "",
"description": "",
"href": ""
"title": "Frukost 2 för 1"
}
],
"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": "50% poängboost"
},
{
"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": "Voucher 150 kr"
},
{
"title": "48h room guarantee",
"value": "48h room guarantee",
"explanation": "",
"description": "",
"href": ""
"title": "48 timmars rumsgaranti"
},
{
"title": "Always free breakfast",
"value": "Always free breakfast",
"explanation": "Always free breakfast",
"description": "",
"href": ""
"title": "Alltid kostnadsfri frukost"
}
],
"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": "Voucher 200 kr"
},
{
"title": "Yearly exclusive gift",
"value": "Yearly exclusive gift",
"explanation": "",
"description": "",
"href": ""
"title": "Spännande gåva varje år"
},
{
"title": "Kid's boost",
"value": "Kid's boost",
"explanation": "",
"description": "",
"href": ""
"title": "Boost för barn"
}
],
"icon": "/_static/icons/loyaltylevels/best-friend.svg"
]
}
]
}