mirror of
https://github.com/flarum/core.git
synced 2025-08-13 03:44:32 +02:00
Update for new extension API; implement l10n
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
flarum-likes:
|
||||
# hello_world: Hello, world!
|
||||
likes:
|
||||
post_liked_notification: "{username} liked your post #{number}"
|
||||
post_likes_modal_title: Users Who Like This
|
||||
post_liked_by_self: "{users} like this."
|
||||
post_liked_by:
|
||||
one: "{users} likes this."
|
||||
other: "{users} like this."
|
||||
unlike_action: Unlike
|
||||
like_action: Like
|
||||
notify_post_liked: Someone likes my post
|
||||
others: "{count} others"
|
||||
|
Reference in New Issue
Block a user