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": "Prisvenlige værelser"
},
{
"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% weekendrabat på mad"
},
{
"title": "Free kids mocktail during stay",
"value": "Free kids mocktail",
"explanation": "during stay",
"description": "",
"href": ""
"title": "Gratis mocktail til børn under opholdet"
}
],
"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% weekendrabat på mad"
}
],
"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 check ud 1 time, når tilgængelig"
},
{
"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 på 50 DKK"
}
],
"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% optjeningsrate"
},
{
"title": "Early check-in - 1 hour when available",
"value": "Early check-in",
"explanation": "- 1 hour when available",
"description": "",
"href": ""
"title": "Tidlig indcheckning, når tilgængelig"
},
{
"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 på 75 DKK"
}
],
"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": "Gratis opgraderinger, når tilgængelige"
},
{
"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 på 100 DKK"
},
{
"title": "2-for-1 breakfast",
"value": "2-for-1 breakfast",
"explanation": "",
"description": "",
"href": ""
"title": "2-for-1 på morgenmad"
}
],
"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% optjeningsrate"
},
{
"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 på 150 DKK"
},
{
"title": "48h room guarantee",
"value": "48h room guarantee",
"explanation": "",
"description": "",
"href": ""
"title": "48-timers værelsesgaranti"
},
{
"title": "Always free breakfast",
"value": "Always free breakfast",
"explanation": "Always free breakfast",
"description": "",
"href": ""
"title": "Altid gratis morgenmad"
}
],
"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 på 200 DKK"
},
{
"title": "Yearly exclusive gift",
"value": "Yearly exclusive gift",
"explanation": "",
"description": "",
"href": ""
"title": "Årlig eksklusiv gave"
},
{
"title": "Kid's boost",
"value": "Kid's boost",
"explanation": "",
"description": "",
"href": ""
"title": "Børneboost"
}
],
"icon": "/_static/icons/loyaltyLevels/best-friend.svg"
]
}
]
}