关注和取消关注

This commit is contained in:
2024-10-13 06:18:02 +08:00
parent fab1e0206d
commit 6cb19eb6cf
3 changed files with 19 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
<string name="favourites_upper">收藏</string>
<string name="notifications_upper">消息</string>
<string name="following_upper">关注中</string>
<string name="unfollow_upper">取消关注</string>
<string name="comment_count">%d条评论</string>
<string name="post_comment_hint">说点什么</string>
<string name="follow_upper">关注</string>

View File

@@ -14,6 +14,7 @@
<string name="favourites_upper">FAVOURITES</string>
<string name="notifications_upper">NOTIFICATIONS</string>
<string name="following_upper">FOLLOWING</string>
<string name="unfollow_upper">UNFOLLOW</string>
<string name="comment_count">%d Comments</string>
<string name="post_comment_hint">Say something...</string>
<string name="follow_upper">FOLLOW</string>