aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorHakaba Hitoyo <example@example.com>2018-08-11 14:50:40 +0900
committerHakaba Hitoyo <example@example.com>2018-08-11 14:50:40 +0900
commite2dae877728296373389954858fa86d61aa25f91 (patch)
tree71245ef1dac146864f1cea0ff39d413cd3c411d4 /src/i18n/messages.js
parentb7d1bb39e0c5929941a2e32243da1ddf6f2ce5a0 (diff)
update
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 38cf5ef0..abaea258 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: 'くわしく'
}
}