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
commit de61e492cb

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"