From 0016b737259226c068cae909fa9a73d53c21973d Mon Sep 17 00:00:00 2001 From: dcsjapan Date: Fri, 23 Oct 2015 15:51:32 +0900 Subject: [PATCH] Pluralize the post mentioned notification string - Adds a comment to indicate a pluralizable string. - Supports https://github.com/flarum/mentions/pull/13. --- extensions/lang-english/locale/flarum-mentions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/lang-english/locale/flarum-mentions.yml b/extensions/lang-english/locale/flarum-mentions.yml index f3fe634bc..2eb87ba88 100644 --- a/extensions/lang-english/locale/flarum-mentions.yml +++ b/extensions/lang-english/locale/flarum-mentions.yml @@ -13,7 +13,7 @@ flarum-mentions: # These strings are used by the Notifications dropdown, a.k.a. "the bell". notifications: - post_mentioned_text: "{username} replied to your post" + post_mentioned_text: "{username} replied to your post" # Can be pluralized to agree with the number of users! others_text: => flarum-mentions.ref.others user_mentioned_text: "{username} mentioned you"