From ae3fab8a34c3b4b86b8333d707437b3d4dcf6721 Mon Sep 17 00:00:00 2001 From: dcsjapan Date: Sat, 4 Jun 2016 18:26:46 +0900 Subject: [PATCH] Adjust ID key name and move API key - Adjusts the key for the "Follow after reply" setting. - Supports flarum/flarum-ext-subscriptions/pull/10. - Moves `api` section below `views`. --- .../lang-english/locale/flarum-subscriptions.yml | 2 +- extensions/lang-english/locale/flarum-tags.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/lang-english/locale/flarum-subscriptions.yml b/extensions/lang-english/locale/flarum-subscriptions.yml index d9ed929ec..03b11d193 100644 --- a/extensions/lang-english/locale/flarum-subscriptions.yml +++ b/extensions/lang-english/locale/flarum-subscriptions.yml @@ -28,7 +28,7 @@ flarum-subscriptions: # These translations are used in the Settings page. settings: - forum_follow_after_reply_label: Automatically follow discussions that I reply to + follow_after_reply_label: Automatically follow discussions that I reply to notify_new_post_label: Someone posts in a discussion I'm following # These translations are used in the subscription menu displayed to the right of the post stream. diff --git a/extensions/lang-english/locale/flarum-tags.yml b/extensions/lang-english/locale/flarum-tags.yml index 701f003b9..b7a216c2c 100644 --- a/extensions/lang-english/locale/flarum-tags.yml +++ b/extensions/lang-english/locale/flarum-tags.yml @@ -84,6 +84,12 @@ flarum-tags: removed_tags_text: "{username} removed the {tagsRemoved}." tags_text: "{tags} tag|{tags} tags" + # Translations in this namespace are used by the forum and admin interfaces. + lib: + + # This translation is displayed in place of the name of a tag that's been deleted. + deleted_tag_text: Deleted + # Translations in this namespace are used in messages output by the API. api: @@ -91,12 +97,6 @@ flarum-tags: primary_tag_count_text: number of primary tags secondary_tag_count_text: number of secondary tags - # Translations in this namespace are used by the forum and admin interfaces. - lib: - - # This translation is displayed in place of the name of a tag that's been deleted. - deleted_tag_text: Deleted - ## # REUSED TRANSLATIONS - These keys should not be used directly in code! ##