Fixed Missing and invalid phrases

NikitOS

Well-known member
Affected version
2.3.0 Beta 2
Missing phrases:
  • development (in admin:PAGE_CONTAINER)
  • no_prompts_have_been_added_yet (in admin:base_prompt_list)
  • xfi_default_language_character_set (in admin:import_config_macros)
  • leave_direct_message_and_accept_future_responses (in admin:option_template_registrationWelcome and admin:user_message)
  • this_payment_provider_is_deprecated (in admin:payment_profile_edit)
  • your_browser_is_not_able_to_play_this_audio (in public:bb_code_tag_attach)
  • edit_message_in_direct_message (in public:conversation_message_edit)
Invalid phrases:
  • direct-messages instead of direct_messages in public:conversation_edit
 
Hardcoded strings I found:
  • Attachment optimization in admin:tools_rebuild
  • Avatar optimization in admin:tools_rebuild
  • Profile banner optimization in admin:tools_rebuild
  • Embed code HTML copied to clipboard. in public:featured_content_item_thread, public:post_article_macros and public:share_tooltip
  • DEBUG: {{ $option.getDisplayCallbackError() }} in admin:option_macros
  • DEBUG: Template {$formatParams.template} not found. in admin:option_macros
  • DEBUG: Unknown edit format {$option.edit_format}. in admin:option_macros
 
Last edited:
Top Bottom