mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: add license block
This commit is contained in:
@@ -23,6 +23,10 @@ enum I18nKey {
|
||||
primaryColor = "primaryColor",
|
||||
|
||||
more = "more",
|
||||
|
||||
author = "author",
|
||||
publishedAt = "publishedAt",
|
||||
license = "license",
|
||||
}
|
||||
|
||||
export default I18nKey;
|
||||
@@ -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",
|
||||
};
|
||||
|
||||
@@ -26,4 +26,8 @@ export const zh_CN: Translation = {
|
||||
[Key.primaryColor]: "主题色",
|
||||
|
||||
[Key.more]: "更多",
|
||||
|
||||
[Key.author]: "作者",
|
||||
[Key.publishedAt]: "发布于",
|
||||
[Key.license]: "许可协议",
|
||||
};
|
||||
@@ -26,4 +26,8 @@ export const zh_TW: Translation = {
|
||||
[Key.primaryColor]: "主題色",
|
||||
|
||||
[Key.more]: "更多",
|
||||
|
||||
[Key.author]: "作者",
|
||||
[Key.publishedAt]: "發佈於",
|
||||
[Key.license]: "許可協議",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user