1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00

fix: circular dependencies disable all involved extensions (#3785)

This commit is contained in:
Sami Mazouz
2023-04-12 21:59:06 +01:00
committed by GitHub
parent 1247a7f1dd
commit e8c867dcac
5 changed files with 77 additions and 1 deletions

View File

@@ -605,6 +605,7 @@ core:
# These translations are displayed as error messages.
error:
circular_dependencies_message: "Circular dependencies detected: {extensions}. Aborting. Please disable one of the extensions and try again."
dependent_extensions_message: "Cannot disable {extension} until the following dependent extensions are disabled: {extensions}"
extension_initialiation_failed_message: "{extension} failed to initialize, check the browser console for further information."
generic_message: "Oops! Something went wrong. Please reload the page and try again."