diff --git a/lib/i18n/i18n.settings.ts b/lib/i18n/i18n.settings.ts index b970b7a..7bb07a8 100644 --- a/lib/i18n/i18n.settings.ts +++ b/lib/i18n/i18n.settings.ts @@ -37,6 +37,7 @@ export const defaultI18nNamespaces = [ 'booking', 'order-analysis-package', 'order-analysis', + 'order-health-analysis', 'cart', 'orders', 'analysis-results', diff --git a/public/locales/en/order-health-analysis.json b/public/locales/en/order-health-analysis.json new file mode 100644 index 0000000..60633ac --- /dev/null +++ b/public/locales/en/order-health-analysis.json @@ -0,0 +1,4 @@ +{ + "title": "Order health analysis", + "description": "Select a suitable date and book your appointment time." +} \ No newline at end of file diff --git a/public/locales/et/order-health-analysis.json b/public/locales/et/order-health-analysis.json new file mode 100644 index 0000000..f267e09 --- /dev/null +++ b/public/locales/et/order-health-analysis.json @@ -0,0 +1,4 @@ +{ + "title": "Telli terviseuuring", + "description": "Vali kalendrist sobiv kuupäev ja broneeri endale vastuvõtuaeg." +} \ No newline at end of file diff --git a/public/locales/ru/order-health-analysis.json b/public/locales/ru/order-health-analysis.json new file mode 100644 index 0000000..75c65f7 --- /dev/null +++ b/public/locales/ru/order-health-analysis.json @@ -0,0 +1,4 @@ +{ + "title": "Заказать анализ здоровья", + "description": "Выберите подходящую дату и забронируйте время для вашего приёма." +} \ No newline at end of file