Pluralize the post mentioned notification string

- Adds a comment to indicate a pluralizable string.
- Supports https://github.com/flarum/mentions/pull/13.
This commit is contained in:
dcsjapan 2015-10-23 15:51:32 +09:00
parent ae4e0728db
commit 0016b73725

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"