From 0c764f82e5e29270b92d3d09053482c61cfb8e35 Mon Sep 17 00:00:00 2001 From: Karli Date: Wed, 10 Sep 2025 07:10:06 +0300 Subject: [PATCH] add missing i18n schema for page --- lib/i18n/i18n.settings.ts | 1 + public/locales/en/order-health-analysis.json | 4 ++++ public/locales/et/order-health-analysis.json | 4 ++++ public/locales/ru/order-health-analysis.json | 4 ++++ 4 files changed, 13 insertions(+) create mode 100644 public/locales/en/order-health-analysis.json create mode 100644 public/locales/et/order-health-analysis.json create mode 100644 public/locales/ru/order-health-analysis.json 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