mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 10:40:51 +08:00
Add missing dot to liked_by_text
translation (#29)
This commit is contained in:
parent
8a93498b22
commit
bfdaee7e79
|
@ -23,7 +23,7 @@ flarum-likes:
|
|||
post:
|
||||
like_link: Like
|
||||
liked_by_self_text: "{users} like this." # Can be pluralized to agree with the number of users!
|
||||
liked_by_text: "{count, plural, one {{users} likes this} other {{users} like this}}"
|
||||
liked_by_text: "{count, plural, one {{users} likes this} other {{users} like this}}."
|
||||
others_link: => core.ref.some_others
|
||||
unlike_link: Unlike
|
||||
you_text: => core.ref.you
|
||||
|
|
Loading…
Reference in New Issue
Block a user