Fix emoji reaction push notifications

This commit is contained in:
KMY 2023-02-28 07:05:20 +09:00 committed by YoheiZuho
parent fb1c2abc7e
commit d61e7dbdc1
2 changed files with 11 additions and 3 deletions

View File

@ -1458,9 +1458,13 @@ en:
sign_up:
subject: "%{name} signed up"
favourite:
body: 'Your post was favorited by %{name}:'
subject: "%{name} favorited your post"
title: New favorite
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"

View File

@ -1435,6 +1435,10 @@ ja:
body: "%{name}さんにお気に入り登録された、あなたのトゥートがあります:"
subject: "%{name}さんにお気に入りに登録されました"
title: 新たなお気に入り登録
emoji_reaction:
body: "%{name}さんに絵文字リアクションされた、あなたの投稿があります:"
subject: "%{name}さんに絵文字リアクションされました"
title: 新たな絵文字リアクション
follow:
body: "%{name}さんにフォローされています!"
subject: "%{name}さんにフォローされています"