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: sign_up:
subject: "%{name} signed up" subject: "%{name} signed up"
favourite: favourite:
body: 'Your post was favorited by %{name}:' body: 'Your post was favourited by %{name}:'
subject: "%{name} favorited your post" subject: "%{name} favourited your post"
title: New favorite 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: follow:
body: "%{name} is now following you!" body: "%{name} is now following you!"
subject: "%{name} is now following you" subject: "%{name} is now following you"

View File

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