From a4a318523322958a87c377782a48e21e08f309c1 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 27 May 2016 14:42:31 +0930 Subject: [PATCH] Add new translations for flarum-ext-approval --- .../lang-english/locale/flarum-approval.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/extensions/lang-english/locale/flarum-approval.yml b/extensions/lang-english/locale/flarum-approval.yml index b372f5e0f..55c631ae2 100644 --- a/extensions/lang-english/locale/flarum-approval.yml +++ b/extensions/lang-english/locale/flarum-approval.yml @@ -10,15 +10,28 @@ flarum-approval: # These translations are used in the Permissions page of the admin interface. permissions: approve_posts_label: Approve posts - reply_without_approval_label: Reply without approval + reply_without_approval_label: Reply to discussions without approval + start_discussions_without_approval_label: Start discussions without approval # Translations in this namespace are used by the forum user interface. forum: + # These translations are displayed as tooltips for discussion badges. + badge: + awaiting_approval_tooltip: => flarum-approval.ref.awaiting_approval + # These translations are displayed in the post header. post: - awaiting_approval_text: Awaiting approval + awaiting_approval_text: => flarum-approval.ref.awaiting_approval # These translations are used by the post control buttons. post_controls: approve_button: Approve + + ## + # REUSED TRANSLATIONS - These keys should not be used directly in code! + ## + + # Translations in this namespace are referenced by two or more unique keys. + ref: + awaiting_approval: Awaiting approval