From da2a5202bab1ca8739f5299e66390529fa7c4ad7 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Tue, 11 Aug 2026 08:26:31 +0000 Subject: [PATCH] feat: add links to i18n types --- src/i18n/types.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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