mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-12 07:12:52 +01:00
feat: allow collapsing widget content, add categories widget
(cherry picked from commit 9a4ca8f6163d5e1375aa7c612e1338cce5a8c0b5)
This commit is contained in:
@@ -21,6 +21,8 @@ enum I18nKey {
|
||||
postsCount = "postsCount",
|
||||
|
||||
primaryColor = "primaryColor",
|
||||
|
||||
more = "more",
|
||||
}
|
||||
|
||||
export default I18nKey;
|
||||
@@ -24,4 +24,6 @@ export const en: Translation = {
|
||||
[Key.postsCount]: "posts",
|
||||
|
||||
[Key.primaryColor]: "Primary Color",
|
||||
|
||||
[Key.more]: "More",
|
||||
};
|
||||
|
||||
@@ -24,4 +24,6 @@ export const zh_CN: Translation = {
|
||||
[Key.postsCount]: "篇文章",
|
||||
|
||||
[Key.primaryColor]: "主题色",
|
||||
|
||||
[Key.more]: "更多",
|
||||
};
|
||||
@@ -24,4 +24,6 @@ export const zh_TW: Translation = {
|
||||
[Key.postsCount]: "篇文章",
|
||||
|
||||
[Key.primaryColor]: "主題色",
|
||||
|
||||
[Key.more]: "更多",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user