Merged in feat/SW-705-urls (pull request #918)
feat(SW-705): Updated URLs for hotelreservation Approved-by: Niclas Edenvin
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
/** @type {import('@/types/routes').LangRoute} */
|
||||
export const hotelReservation = {
|
||||
en: "/en/hotelreservation",
|
||||
sv: "/sv/hotellbokning",
|
||||
no: "/no/hotell-reservasjon",
|
||||
fi: "/fi/hotellivaraus",
|
||||
da: "/da/hotel-reservation",
|
||||
de: "/de/hotelreservierung",
|
||||
sv: "/sv/hotelreservation",
|
||||
no: "/no/hotelreservation",
|
||||
fi: "/fi/hotelreservation",
|
||||
da: "/da/hotelreservation",
|
||||
de: "/de/hotelreservation",
|
||||
}
|
||||
|
||||
// TODO: Translate paths
|
||||
export const selectHotel = {
|
||||
en: `${hotelReservation.en}/select-hotel`,
|
||||
sv: `${hotelReservation.sv}/select-hotel`,
|
||||
@@ -18,7 +17,6 @@ export const selectHotel = {
|
||||
de: `${hotelReservation.de}/select-hotel`,
|
||||
}
|
||||
|
||||
// TODO: Translate paths
|
||||
export const selectRate = {
|
||||
en: `${hotelReservation.en}/select-rate`,
|
||||
sv: `${hotelReservation.sv}/select-rate`,
|
||||
@@ -68,7 +66,6 @@ export const payment = {
|
||||
de: `${hotelReservation.de}/payment`,
|
||||
}
|
||||
|
||||
// TODO: Translate paths
|
||||
export const selectHotelMap = {
|
||||
en: `${selectHotel.en}/map`,
|
||||
sv: `${selectHotel.sv}/map`,
|
||||
|
||||
Reference in New Issue
Block a user