chore(SW-288): update Finnish translations + date format

This commit is contained in:
Matilda Landström
2024-08-28 09:54:16 +02:00
parent 6d13babfed
commit 007b937695
11 changed files with 40 additions and 26 deletions

View File

@@ -49,7 +49,7 @@
"requiredNights": 0,
"benefits": [
{
"title": "Ansaintakerroin 25 %"
"title": "Ansaintakerroin +25 %"
},
{
"title": "Aikainen sisäänkirjautuminen 1 tunti lisäaikaa varaustilanteen mukaan"

View File

@@ -75,7 +75,7 @@ function LevelCard({ formatMessage, lang, level }: LevelCardProps) {
notFound()
}
}
const pointsString = `${level.requiredPoints.toLocaleString(lang)} ${formatMessage({ id: "Points" })} `
const pointsString = `${level.requiredPoints.toLocaleString(lang)} ${formatMessage({ id: "points" })} `
return (
<article className={styles.card}>

View File

@@ -307,7 +307,7 @@
"level": 5,
"name": "Loyal Friend",
"requirement": "100 000p",
"description": "Du har været hos os på mange ophold, så derfor vil vi gerne give dig nogle af vores bedste bonusser.",
"description": "Du har været hos os på mange ophold, så derfor vil vi gerne give dig nogle af vores bedste fordele.",
"icon": "/_static/icons/loyaltylevels/loyal-friend.svg",
"benefits": [
{