feat: add license block

This commit is contained in:
saicaca
2023-11-03 14:10:54 +08:00
parent a20c647495
commit c642691dc8
13 changed files with 111 additions and 8 deletions

View File

@@ -26,4 +26,8 @@ export const en: Translation = {
[Key.primaryColor]: "Primary Color",
[Key.more]: "More",
[Key.author]: "Author",
[Key.publishedAt]: "Published at",
[Key.license]: "License",
};

View File

@@ -26,4 +26,8 @@ export const zh_CN: Translation = {
[Key.primaryColor]: "主题色",
[Key.more]: "更多",
[Key.author]: "作者",
[Key.publishedAt]: "发布于",
[Key.license]: "许可协议",
};

View File

@@ -26,4 +26,8 @@ export const zh_TW: Translation = {
[Key.primaryColor]: "主題色",
[Key.more]: "更多",
[Key.author]: "作者",
[Key.publishedAt]: "發佈於",
[Key.license]: "許可協議",
};