From e84c2a61a5443da31297009c24f064fc5d656616 Mon Sep 17 00:00:00 2001 From: mofu Date: Sun, 28 May 2017 19:49:43 +0900 Subject: [PATCH 1/5] Update ja.yml Add mobile.tags.mk-user.posts-count --- locales/ja.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/locales/ja.yml b/locales/ja.yml index 9373ebf478..87097d0d62 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -403,6 +403,7 @@ mobile: following: "フォロー" followers: "フォロワー" posts: "タイムライン" + posts-count: "ポスト" media: "メディア" mk-users-list: From 856690ac1f1f96c066210158d0e80fe73421249d Mon Sep 17 00:00:00 2001 From: mofu Date: Sun, 28 May 2017 19:51:59 +0900 Subject: [PATCH 2/5] Update user.tags Add user.posts_count Edit "friends" -> "status" --- src/web/app/mobile/tags/user.tag | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag index 8f0d21b44e..f25d15245c 100644 --- a/src/web/app/mobile/tags/user.tag +++ b/src/web/app/mobile/tags/user.tag @@ -23,7 +23,9 @@ { user.profile.birthday.replace('-', '年').replace('-', '月') + '日' } ({ age(user.profile.birthday) }歳)

-
+
+ { user.posts_count } + %i18n:mobile.tags.mk-user.posts-count% { user.following_count } %i18n:mobile.tags.mk-user.following% @@ -132,7 +134,7 @@ > i margin-right 4px - > .friends + > .status > a color #657786 From 6aa7aa33a474c2ae13081629bc6f8701c6a9fd21 Mon Sep 17 00:00:00 2001 From: mofu Date: Sun, 28 May 2017 20:12:38 +0900 Subject: [PATCH 3/5] Update user-profile.tag Add posts_count Edit "friends" -> "status" --- src/web/app/desktop/tags/user-profile.tag | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/web/app/desktop/tags/user-profile.tag b/src/web/app/desktop/tags/user-profile.tag index e6def9ffa8..8d6d21c9ab 100644 --- a/src/web/app/desktop/tags/user-profile.tag +++ b/src/web/app/desktop/tags/user-profile.tag @@ -10,7 +10,8 @@ -
+
+

{ user.posts_count }ポスト

{ user.following_count }人をフォロー

{ user.followers_count }人のフォロワー

@@ -66,7 +67,7 @@ > i margin-right 8px - > .friends + > .status padding 16px color #555 border-top solid 1px #eee From efed36fd85087377ffc931cd1b0c4fda8da343b8 Mon Sep 17 00:00:00 2001 From: mofu Date: Sun, 28 May 2017 21:51:11 +0900 Subject: [PATCH 4/5] Update user.tag --- src/web/app/mobile/tags/user.tag | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag index f25d15245c..b91935aa6a 100644 --- a/src/web/app/mobile/tags/user.tag +++ b/src/web/app/mobile/tags/user.tag @@ -24,8 +24,10 @@

-

{ user.posts_count }ポスト

+

{ user.posts_count }ポスト

{ user.following_count }人をフォロー

{ user.followers_count }人のフォロワー