diff --git a/languages/en.yaml b/languages/en.yaml index 4d93fadf..831bd445 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -357,6 +357,8 @@ PLUGIN_ADMIN: CSS_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the CSS pipeline before any other CSS references that are not included" CSS_MINIFY: "CSS minify" CSS_MINIFY_HELP: "Minify the CSS during pipelining" + CSS_MINIFY_OLD: "Use old CSS minify" + CSS_MINIFY_OLD_HELP: "If you are having trouble with the new/improved minify, you can switch back to the old one" CSS_MINIFY_WINDOWS_OVERRIDE: "CSS minify Windows override" CSS_MINIFY_WINDOWS_OVERRIDE_HELP: "Minify Override for Windows platforms. False by default due to ThreadStackSize" CSS_REWRITE: "CSS rewrite" @@ -369,6 +371,8 @@ PLUGIN_ADMIN: JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other JS references that are not included" JAVASCRIPT_MINIFY: "JavaScript minify" JAVASCRIPT_MINIFY_HELP: "Minify the JS during pipelining" + JAVASCRIPT_MINIFY_OLD: "Use old JS minify" + JAVASCRIPT_MINIFY_OLD_HELP: "If you are having trouble with the new/improved minify, you can switch back to the old one" ENABLED_TIMESTAMPS_ON_ASSETS: "Enable timestamps on assets" ENABLED_TIMESTAMPS_ON_ASSETS_HELP: "Enable asset timestamps" COLLECTIONS: "Collections" @@ -559,4 +563,4 @@ PLUGIN_ADMIN: MIME_TYPE: "Mime Type" THUMB: "Thumb" TYPE: "Type" - FILE_EXTENSION: "File Extension" \ No newline at end of file + FILE_EXTENSION: "File Extension"