From 5532501043e409f023f7c35d532092f4bbd97935 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 22 Feb 2023 00:11:35 +0100 Subject: feat: Add meta description with default fallback --- src/i18n/i18n-types.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/i18n/i18n-types.ts') diff --git a/src/i18n/i18n-types.ts b/src/i18n/i18n-types.ts index 52b1fd2..c04e615 100644 --- a/src/i18n/i18n-types.ts +++ b/src/i18n/i18n-types.ts @@ -32,6 +32,12 @@ type RootTranslation = { */ phoneTitle: string } + meta: { + /** + * A​u​r​o​r​a​k​l​i​n​i​k​k​e​n​ ​p​r​o​v​i​d​e​s​ ​c​e​t​a​m​i​n​e​ ​t​r​e​a​t​m​e​n​t​ ​f​o​r​ ​d​e​p​r​e​s​s​i​o​n​ ​i​n​ ​O​s​l​o + */ + description: string + } /** * G​o​ ​t​o​ ​b​o​o​k​i​n​g */ @@ -65,6 +71,12 @@ export type TranslationFunctions = { */ phoneTitle: () => LocalizedString } + meta: { + /** + * Auroraklinikken provides cetamine treatment for depression in Oslo + */ + description: () => LocalizedString + } /** * Go to booking */ -- cgit v1.3