mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
feat: add links to i18n types
This commit is contained in:
+5
-1
@@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user