diff --git a/src/i18n/types.ts b/src/i18n/types.ts index 89abc45..6dd9afe 100644 --- a/src/i18n/types.ts +++ b/src/i18n/types.ts @@ -5,6 +5,7 @@ export interface UIStrings { tags: string; about: string; archives: string; + links: string; search: string; }; post: { @@ -48,6 +49,9 @@ export interface UIStrings { archivesTitle: string; archivesDesc: string; + linksTitle: string; + linksDesc: string; + searchTitle: string; searchDesc: string; }; @@ -66,4 +70,4 @@ export interface UIStrings { message: string; goHome: string; }; -} +} \ No newline at end of file