Merged in fix/update-translation-overview-list (pull request #1257)
fix: update translation for overview page list component * fix: update translation Approved-by: Erik Tiekstra
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { ChevronRightSmallIcon } from "@/components/Icons"
|
||||
import { ArrowRightIcon } from "@/components/Icons"
|
||||
import AccordionItem from "@/components/TempDesignSystem/Accordion/AccordionItem"
|
||||
import Link from "@/components/TempDesignSystem/Link"
|
||||
import { getIntl } from "@/i18n"
|
||||
import { getLang } from "@/i18n/serverContext"
|
||||
|
||||
import styles from "./destination.module.css"
|
||||
|
||||
@@ -40,8 +39,13 @@ export default async function Destination({
|
||||
</ul>
|
||||
{countryUrl && (
|
||||
<Link href={countryUrl} variant="icon" color="burgundy" weight="bold">
|
||||
{intl.formatMessage({ id: "See destination" })}
|
||||
<ChevronRightSmallIcon color="burgundy" />
|
||||
{intl.formatMessage(
|
||||
{
|
||||
id: "View all hotels in {country}",
|
||||
},
|
||||
{ country: country }
|
||||
)}
|
||||
<ArrowRightIcon color="burgundy" />
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@@ -506,6 +506,7 @@
|
||||
"VAT {vat}%": "Moms {vat}%",
|
||||
"Valid through {expirationDate}": "Gyldig til og med {expirationDate}",
|
||||
"Verification code": "Verification code",
|
||||
"View all hotels in {country}": "Se alle hoteller i {country}",
|
||||
"View as list": "Vis som liste",
|
||||
"View as map": "Vis som kort",
|
||||
"View your account": "View your account",
|
||||
|
||||
@@ -504,6 +504,7 @@
|
||||
"VAT {vat}%": "MwSt. {vat}%",
|
||||
"Valid through {expirationDate}": "Gültig bis {expirationDate}",
|
||||
"Verification code": "Verification code",
|
||||
"View all hotels in {country}": "Alle Hotels in {country} anzeigen",
|
||||
"View as list": "Als Liste anzeigen",
|
||||
"View as map": "Als Karte anzeigen",
|
||||
"View your account": "View your account",
|
||||
|
||||
@@ -556,6 +556,7 @@
|
||||
"VAT {vat}%": "VAT {vat}%",
|
||||
"Valid through {expirationDate}": "Valid through {expirationDate}",
|
||||
"Verification code": "Verification code",
|
||||
"View all hotels in {country}": "View all hotels in {country}",
|
||||
"View and buy add-ons": "View and buy add-ons",
|
||||
"View as list": "View as list",
|
||||
"View as map": "View as map",
|
||||
|
||||
@@ -506,6 +506,7 @@
|
||||
"VAT {vat}%": "ALV {vat}%",
|
||||
"Valid through {expirationDate}": "Voimassa {expirationDate} asti",
|
||||
"Verification code": "Verification code",
|
||||
"View all hotels in {country}": "Näytä kaikki hotellit maassa {country}",
|
||||
"View as list": "Näytä listana",
|
||||
"View as map": "Näytä kartalla",
|
||||
"View your account": "View your account",
|
||||
|
||||
@@ -505,6 +505,7 @@
|
||||
"VAT {vat}%": "mva {vat}%",
|
||||
"Valid through {expirationDate}": "Gyldig til og med {expirationDate}",
|
||||
"Verification code": "Verification code",
|
||||
"View all hotels in {country}": "Se alle hotellene i {country}",
|
||||
"View as list": "Vis som liste",
|
||||
"View as map": "Vis som kart",
|
||||
"View your account": "View your account",
|
||||
|
||||
@@ -505,6 +505,7 @@
|
||||
"VAT {vat}%": "Moms {vat}%",
|
||||
"Valid through {expirationDate}": "Gäller till och med {expirationDate}",
|
||||
"Verification code": "Verification code",
|
||||
"View all hotels in {country}": "Visa alla hotell i {country}",
|
||||
"View as list": "Visa som lista",
|
||||
"View as map": "Visa som karta",
|
||||
"View your account": "View your account",
|
||||
|
||||
Reference in New Issue
Block a user