mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:53:27 +08:00
Pluralize the post liked notification string
- Adds a comment to indicate a pluralizable string. - Supports https://github.com/flarum/likes/commit/e867b54.
This commit is contained in:
parent
2672835b8d
commit
edc98bfe71
@ -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…
x
Reference in New Issue
Block a user