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,6 +5,7 @@ export interface UIStrings {
|
|||||||
tags: string;
|
tags: string;
|
||||||
about: string;
|
about: string;
|
||||||
archives: string;
|
archives: string;
|
||||||
|
links: string;
|
||||||
search: string;
|
search: string;
|
||||||
};
|
};
|
||||||
post: {
|
post: {
|
||||||
@@ -48,6 +49,9 @@ export interface UIStrings {
|
|||||||
archivesTitle: string;
|
archivesTitle: string;
|
||||||
archivesDesc: string;
|
archivesDesc: string;
|
||||||
|
|
||||||
|
linksTitle: string;
|
||||||
|
linksDesc: string;
|
||||||
|
|
||||||
searchTitle: string;
|
searchTitle: string;
|
||||||
searchDesc: string;
|
searchDesc: string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user