From 12465e18fbf9dc1efbc96288ec155a3fc5e0aa59 Mon Sep 17 00:00:00 2001 From: k4rli Date: Mon, 4 Aug 2025 11:51:21 +0300 Subject: [PATCH] feat(MED-131): update translations --- lib/i18n/i18n.settings.ts | 1 + public/locales/en/order-analysis.json | 4 ++++ public/locales/et/order-analysis.json | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 public/locales/en/order-analysis.json create mode 100644 public/locales/et/order-analysis.json diff --git a/lib/i18n/i18n.settings.ts b/lib/i18n/i18n.settings.ts index 97a8893..2d9dad2 100644 --- a/lib/i18n/i18n.settings.ts +++ b/lib/i18n/i18n.settings.ts @@ -36,6 +36,7 @@ export const defaultI18nNamespaces = [ 'product', 'booking', 'order-analysis-package', + 'order-analysis', 'cart', 'orders', ]; diff --git a/public/locales/en/order-analysis.json b/public/locales/en/order-analysis.json new file mode 100644 index 0000000..3cc4ea9 --- /dev/null +++ b/public/locales/en/order-analysis.json @@ -0,0 +1,4 @@ +{ + "title": "Select analysis", + "description": "Select the analysis that suits your needs" +} \ No newline at end of file diff --git a/public/locales/et/order-analysis.json b/public/locales/et/order-analysis.json new file mode 100644 index 0000000..f04be5e --- /dev/null +++ b/public/locales/et/order-analysis.json @@ -0,0 +1,4 @@ +{ + "title": "Vali analüüs", + "description": "Vali enda vajadustele sobiv analüüs" +} \ No newline at end of file