From e2dae877728296373389954858fa86d61aa25f91 Mon Sep 17 00:00:00 2001 From: Hakaba Hitoyo Date: Sat, 11 Aug 2018 14:50:40 +0900 Subject: [PATCH] update --- .../who_to_follow_panel/who_to_follow_panel.vue | 4 ++-- src/i18n/messages.js | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/who_to_follow_panel/who_to_follow_panel.vue b/src/components/who_to_follow_panel/who_to_follow_panel.vue index 5af6d0d5ec..d111d4be30 100644 --- a/src/components/who_to_follow_panel/who_to_follow_panel.vue +++ b/src/components/who_to_follow_panel/who_to_follow_panel.vue @@ -3,7 +3,7 @@
- Who to follow + $t('who_to_follow.who_to_follow')
@@ -11,7 +11,7 @@ {{ name1 }}
{{ name2 }}
{{ name3 }}
- More + $t('who_to_follow.more')

diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 38cf5ef075..abaea258e1 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -380,6 +380,10 @@ const en = { }, user_profile: { timeline_title: 'User Timeline' + }, + who_to_follow: { + who_to_follow: 'Who to follow', + more: 'More' } } @@ -900,6 +904,10 @@ const ja = { }, user_profile: { timeline_title: 'ユーザータイムライン' + }, + who_to_follow: { + who_to_follow: 'おすすめユーザー', + more: 'くわしく' } }