feat: add links to i18n types

This commit is contained in:
2026-08-11 08:26:31 +00:00
parent 00a12bbd62
commit da2a5202ba
+5 -1
View File
@@ -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;
};
}
}