mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
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:
parent
ae4e0728db
commit
0016b73725
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user