From 502637116d336261919095cf5e27befaae569bab Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 24 Mar 2017 03:01:09 +0900 Subject: [PATCH] wip #313 --- locales/en.json | 8 ++++++++ locales/ja.json | 8 ++++++++ src/web/app/common/tags/reaction-picker.tag | 12 ++++++------ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/locales/en.json b/locales/en.json index 9963ec60a..3f66a3dba 100644 --- a/locales/en.json +++ b/locales/en.json @@ -11,6 +11,14 @@ "weeks_ago": "{}weeks ago", "months_ago": "{}months ago", "years_ago": "{}years ago" + }, + "reactions": { + "like": "Like", + "love": "Love", + "laugh": "Laugh", + "hmm": "Hmm...?", + "surprise": "Wow", + "congrats": "Congrats!" } }, "desktop": { diff --git a/locales/ja.json b/locales/ja.json index c4bb930db..62bd77bc0 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -11,6 +11,14 @@ "weeks_ago": "{}週間前", "months_ago": "{}ヶ月前", "years_ago": "{}年前" + }, + "reactions": { + "like": "いいね", + "love": "ハート", + "laugh": "笑", + "hmm": "ふぅ~む", + "surprise": "わお", + "congrats": "おめでとう" } }, "desktop": { diff --git a/src/web/app/common/tags/reaction-picker.tag b/src/web/app/common/tags/reaction-picker.tag index ac0d392c8..4b965332d 100644 --- a/src/web/app/common/tags/reaction-picker.tag +++ b/src/web/app/common/tags/reaction-picker.tag @@ -3,12 +3,12 @@

{ title }

- - - - - - + + + + + +