mirror of
https://github.com/flarum/core.git
synced 2025-08-09 09:57:06 +02:00
Merge pull request #35 from dcsjapan/pluralize-alert
Pluralize the post mentioned notification string
This commit is contained in:
@@ -13,7 +13,7 @@ flarum-mentions:
|
|||||||
|
|
||||||
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
|
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
|
||||||
notifications:
|
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
|
others_text: => flarum-mentions.ref.others
|
||||||
user_mentioned_text: "{username} mentioned you"
|
user_mentioned_text: "{username} mentioned you"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user