fix(i18n): prepare for Lokalise
This commit is contained in:
@@ -1,15 +1,5 @@
|
||||
import type { RestaurantData } from "@/types/hotel"
|
||||
|
||||
export enum DaysEnum {
|
||||
Monday = "monday",
|
||||
Tuesday = "tuesday",
|
||||
Wednesday = "wednesday",
|
||||
Thursday = "thursday",
|
||||
Friday = "friday",
|
||||
Saturday = "saturday",
|
||||
Sunday = "sunday",
|
||||
}
|
||||
|
||||
export interface RestaurantBarSidePeekProps {
|
||||
restaurants: RestaurantData[]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { BookingConfirmation } from "@/types/trpc/routers/booking/confirmation"
|
||||
import type { BookingConfirmation } from "@/types/trpc/routers/booking/confirmation"
|
||||
|
||||
export interface PromosProps
|
||||
extends Pick<
|
||||
|
||||
@@ -9,7 +9,6 @@ import type {
|
||||
} from "@/server/routers/hotels/output"
|
||||
import type { imageSchema } from "@/server/routers/hotels/schemas/image"
|
||||
import type {
|
||||
restaurantDaySchema,
|
||||
restaurantOpeningHoursSchema,
|
||||
restaurantSchema,
|
||||
} from "@/server/routers/hotels/schemas/restaurants"
|
||||
@@ -34,7 +33,6 @@ export type RestaurantData = z.output<typeof restaurantSchema>
|
||||
export type RestaurantOpeningHours = z.output<
|
||||
typeof restaurantOpeningHoursSchema
|
||||
>
|
||||
export type RestaurantOpeningHoursDay = z.output<typeof restaurantDaySchema>
|
||||
export type GalleryImage = z.infer<typeof imageSchema>
|
||||
export type CheckInData = z.infer<typeof checkinSchema>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user