1
0
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:
Toby Zerner
2015-07-22 10:15:08 +09:30
parent fb9ed378e0
commit 9c384bee98
30 changed files with 690 additions and 340 deletions

View File

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