1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

Merge pull request #35 from dcsjapan/pluralize-alert

Pluralize the post mentioned notification string
This commit is contained in:
Toby Zerner
2015-10-24 11:53:49 +10:30

View File

@@ -13,7 +13,7 @@ flarum-mentions:
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
notifications:
post_mentioned_text: "{username} replied to your post"
post_mentioned_text: "{username} replied to your post" # Can be pluralized to agree with the number of users!
others_text: => flarum-mentions.ref.others
user_mentioned_text: "{username} mentioned you"