mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-09-27 22:22:21 +00:00
Add functions & texts
This commit is contained in:
@@ -131,9 +131,14 @@ const MixedBookingSection = () => {
|
||||
</p>
|
||||
)}
|
||||
{hasHotel && (
|
||||
<p className="text-sm font-medium text-foreground mt-2">
|
||||
{t(`mixedBooking.roomTypes.${selectedRoom}`)}: {roomPrice}€
|
||||
</p>
|
||||
<>
|
||||
<p className="text-sm font-medium text-foreground mt-2">
|
||||
{t(`mixedBooking.roomTypes.${selectedRoom}`)}: {roomPrice}€
|
||||
</p>
|
||||
<p className="text-xs text-muted-foreground mt-1">
|
||||
{t("mixedBooking.fullBoardPrice")}
|
||||
</p>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -140,6 +140,7 @@
|
||||
"hotelYes": "Yes",
|
||||
"hotelNo": "No",
|
||||
"nonHotelNote": "+50€ fee for not staying in hotel",
|
||||
"fullBoardPrice": "Full board price",
|
||||
"validUntilJuly": "From now until 15 July",
|
||||
"validUntilSeptember": "From now until 1 September",
|
||||
"roomTypes": {
|
||||
|
||||
@@ -140,6 +140,7 @@
|
||||
"hotelYes": "Sí",
|
||||
"hotelNo": "No",
|
||||
"nonHotelNote": "+50€ por no alojarse en hotel",
|
||||
"fullBoardPrice": "Precio con pensión completa",
|
||||
"validUntilJuly": "Desde ahora hasta el 15 de julio",
|
||||
"validUntilSeptember": "Desde ahora hasta el 1 de septiembre",
|
||||
"roomTypes": {
|
||||
|
||||
Reference in New Issue
Block a user