From 9c0a4447a7fdd09ccfe60bda9a3973d2bc1b03be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Soucaze?= Date: Fri, 23 Oct 2015 11:37:49 +0200 Subject: [PATCH] Merge Reply references into a reused string Two strings use *Reply*, it's not necessary to translate it twice. The newly `core.ref.reply` reused string fix that. --- extensions/lang-english/locale/core.yml | 3 ++- extensions/lang-english/locale/flarum-mentions.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extensions/lang-english/locale/core.yml b/extensions/lang-english/locale/core.yml index 1c92835a9..02e80112f 100644 --- a/extensions/lang-english/locale/core.yml +++ b/extensions/lang-english/locale/core.yml @@ -170,7 +170,7 @@ core: log_in_to_reply_button: Log In to Reply rename_button: Rename rename_text: Enter a new title for this discussion: - reply_button: Reply + reply_button: => core.ref.reply restore_button: => core.ref.restore # These strings are used in the discussion list. @@ -374,6 +374,7 @@ core: notifications: Notifications okay: OK password: Password + reply: Reply restore: Restore save_changes: Save Changes settings: Settings diff --git a/extensions/lang-english/locale/flarum-mentions.yml b/extensions/lang-english/locale/flarum-mentions.yml index 8bc98d998..141325df0 100644 --- a/extensions/lang-english/locale/flarum-mentions.yml +++ b/extensions/lang-english/locale/flarum-mentions.yml @@ -22,7 +22,7 @@ flarum-mentions: mentioned_by_text: "{users} replied to this." # Can be pluralized to agree with the number of users! mentioned_by_self_text: "{users} replied to this." # Can be pluralized to agree with the number of users! others_link: => flarum-mentions.ref.others - reply_link: Reply + reply_link: => core.ref.reply you_text: You # These strings are used in the Settings page.