From edc98bfe716142e500c2ef3b7956bf9c8fefcd94 Mon Sep 17 00:00:00 2001 From: dcsjapan Date: Sat, 24 Oct 2015 12:36:30 +0900 Subject: [PATCH] Pluralize the post liked notification string - Adds a comment to indicate a pluralizable string. - Supports https://github.com/flarum/likes/commit/e867b54. --- extensions/lang-english/locale/flarum-likes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/lang-english/locale/flarum-likes.yml b/extensions/lang-english/locale/flarum-likes.yml index f44342328..ac91e2715 100644 --- a/extensions/lang-english/locale/flarum-likes.yml +++ b/extensions/lang-english/locale/flarum-likes.yml @@ -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.