diff --git a/languages/en.yaml b/languages/en.yaml index 32f46226..40c083ca 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -338,8 +338,6 @@ PLUGIN_ADMIN: LANGUAGES: "Languages" SUPPORTED: "Supported" SUPPORTED_HELP: "Comma separated list of 2 letter language codes (for example 'en,fr,de')" - TRANSLATIONS_ENABLED: "Translations enabled" - TRANSLATIONS_ENABLED_HELP: "Support translations in Grav, plugins and extensions" TRANSLATIONS_FALLBACK: "Translations fallback" TRANSLATIONS_FALLBACK_HELP: "Fallback through supported translations if active language doesn't exist" ACTIVE_LANGUAGE_IN_SESSION: "Active language in session" @@ -905,3 +903,5 @@ PLUGIN_ADMIN: FLEX_RENDER_CACHE_LIFETIME: "Render Cache Lifetime (seconds)" DEBUGGER_CENSORED: "Censor Sensitive Data" DEBUGGER_CENSORED_HELP: "Clockwork Provider ONLY: If Yes, censor potentially sensitive information (POST parameters, cookies, files, configuration and most array/object data in log messages)" + LANGUAGE_TRANSLATIONS: "Translations" + LANGUAGE_TRANSLATIONS_HELP: "If false, translation keys are used instead of translated strings. This feature can be used to help to fix bad translations or to find hardcoded English strings."