1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Add missing dot to liked_by_text translation (#29)

This commit is contained in:
Robert Korulczyk
2021-07-01 22:52:56 +02:00
committed by GitHub
parent 8a93498b22
commit bfdaee7e79

View File

@@ -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