diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 2e015364..d093f37d 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -704,6 +704,7 @@ export default { SecondaryCreation: "二次创作", FollowEachOther: "互关", Unfollow: "取关", + Follow: "关注", CreationTime: "创建时间", UpdateTime: "更新时间", Comment: "评论", diff --git a/src/lang/en.ts b/src/lang/en.ts index c434f592..88e55012 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -706,6 +706,7 @@ export default { SecondaryCreation: "Secondary Creation", FollowEachOther: "Follow Each Other", Unfollow: "Unfollow", + Follow: "Follow", CreationTime: "CreationTime", UpdateTime: "UpdateTime", Comment: "Comment",