diff --git a/config/locales/en.yml b/config/locales/en.yml index 9f8ba7ce78..49cbaa5781 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1328,6 +1328,10 @@ en: body: 'Your post was favourited by %{name}:' subject: "%{name} favourited your post" title: New favourite + emoji_reaction: + body: 'Your post was reacted with emoji by %{name}:' + subject: "%{name} reacted your post with emoji" + title: New emoji reaction follow: body: "%{name} is now following you!" subject: "%{name} is now following you" diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 374fdaf84a..7bddcac5f8 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1302,6 +1302,10 @@ ja: body: "%{name}さんにお気に入り登録された、あなたの投稿があります:" subject: "%{name}さんにお気に入りに登録されました" title: 新たなお気に入り登録 + emoji_reaction: + body: "%{name}さんに絵文字リアクションされた、あなたの投稿があります:" + subject: "%{name}さんに絵文字リアクションされました" + title: 新たな絵文字リアクション follow: body: "%{name}さんにフォローされています!" subject: "%{name}さんにフォローされています"