-
- {{ formattedNumber(account.statusesCount) }} Posts
+
+
+
+ {{ formattedNumber(account.statusesCount) }}
+
+
-
- {{ humanReadableNumber(account.followingCount) }} Following
+
+
+
+ {{ humanReadableNumber(account.followingCount) }}
+
+
-
- {{ humanReadableNumber(account.followersCount) }} Followers
+
+
+
+ {{ humanReadableNumber(account.followersCount) }}
+
+
diff --git a/locales/en-US.json b/locales/en-US.json
index 2ce264bb..512fed4b 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -9,5 +9,10 @@
"favourites": "Favourites",
"bookmarks": "Bookmarks",
"profile": "Profile"
+ },
+ "account": {
+ "posts": "{0} Posts",
+ "following": "{0} Following",
+ "followers": "{0} Followers"
}
}
diff --git a/locales/zh-CN.json b/locales/zh-CN.json
index f8d0b374..3399abac 100644
--- a/locales/zh-CN.json
+++ b/locales/zh-CN.json
@@ -9,5 +9,10 @@
"local": "本地",
"notifications": "通知",
"profile": "个人资料"
+ },
+ "account": {
+ "followers": "被 {0} 人关注",
+ "following": "正在关注 {0} 人",
+ "posts": "{0} 条帖文"
}
}
diff --git a/pages/favourites.vue b/pages/favourites.vue
index d34c8e80..46c89d77 100644
--- a/pages/favourites.vue
+++ b/pages/favourites.vue
@@ -1,19 +1,22 @@