mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Merge pull request #37 from dcsjapan/plural-alert
Pluralize the post liked notification string
This commit is contained in:
commit
ebc82f1a95
|
@ -16,7 +16,7 @@ flarum-likes:
|
|||
|
||||
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
|
||||
notifications:
|
||||
post_liked_text: "{username} liked your post"
|
||||
post_liked_text: "{username} liked your post" # Can be pluralized to agree with the number of users!
|
||||
others_text: => core.ref.some_others
|
||||
|
||||
# These strings are displayed beneath individual posts.
|
||||
|
|
Loading…
Reference in New Issue
Block a user