add missing i18n schema for page
This commit is contained in:
@@ -37,6 +37,7 @@ export const defaultI18nNamespaces = [
|
|||||||
'booking',
|
'booking',
|
||||||
'order-analysis-package',
|
'order-analysis-package',
|
||||||
'order-analysis',
|
'order-analysis',
|
||||||
|
'order-health-analysis',
|
||||||
'cart',
|
'cart',
|
||||||
'orders',
|
'orders',
|
||||||
'analysis-results',
|
'analysis-results',
|
||||||
|
|||||||
4
public/locales/en/order-health-analysis.json
Normal file
4
public/locales/en/order-health-analysis.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"title": "Order health analysis",
|
||||||
|
"description": "Select a suitable date and book your appointment time."
|
||||||
|
}
|
||||||
4
public/locales/et/order-health-analysis.json
Normal file
4
public/locales/et/order-health-analysis.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"title": "Telli terviseuuring",
|
||||||
|
"description": "Vali kalendrist sobiv kuupäev ja broneeri endale vastuvõtuaeg."
|
||||||
|
}
|
||||||
4
public/locales/ru/order-health-analysis.json
Normal file
4
public/locales/ru/order-health-analysis.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"title": "Заказать анализ здоровья",
|
||||||
|
"description": "Выберите подходящую дату и забронируйте время для вашего приёма."
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user