From eca994c70e5988b468d71bc6829eaa3cb4cdaea0 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 9 Jan 2022 21:25:07 -0700 Subject: [PATCH] updated asset language strings --- CHANGELOG.md | 6 ++++++ languages/en.yaml | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ed6f9d..08395921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.10.27 +## mm/dd/2022 + +3. [](#improved) + * Added new asset language strings + # v1.10.26.1 ## 01/03/2022 diff --git a/languages/en.yaml b/languages/en.yaml index 0e942e07..a54c2e27 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -394,6 +394,7 @@ PLUGIN_ADMIN: AUTOESCAPE_VARIABLES: "Autoescape variables" AUTOESCAPE_VARIABLES_HELP: "Autoescapes all variables. This will break your site most likely" ASSETS: "Assets" + CSS_ASSETS: "CSS Assets" CSS_PIPELINE: "CSS pipeline" CSS_PIPELINE_HELP: "The CSS pipeline is the unification of multiple CSS resources into one file" CSS_PIPELINE_INCLUDE_EXTERNALS: "Include externals in CSS pipeline" @@ -406,12 +407,21 @@ PLUGIN_ADMIN: CSS_MINIFY_WINDOWS_OVERRIDE_HELP: "Minify Override for Windows platforms. False by default due to ThreadStackSize" CSS_REWRITE: "CSS rewrite" CSS_REWRITE_HELP: "Rewrite any CSS relative URLs during pipelining" + JS_ASSETS: "JavaScript Assets" JAVASCRIPT_PIPELINE: "JavaScript pipeline" JAVASCRIPT_PIPELINE_HELP: "The JS pipeline is the unification of multiple JS resources into one file" JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS: "Include externals in JS pipeline" JAVASCRIPT_PIPELINE_INCLUDE_EXTERNALS_HELP: "External URLs sometimes have relative file references and shouldn't be pipelined" JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES: "JS pipeline render first" JAVASCRIPT_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other JS references that are not included" + JS_MODULE_ASSETS: "JavaScript Module Assets" + JAVASCRIPT_MODULE_PIPELINE: "JavaScript Module pipeline" + JAVASCRIPT_MODULE_PIPELINE_HELP: "The JS Module pipeline is the unification of multiple JS resources into one file" + JAVASCRIPT_MODULE_PIPELINE_INCLUDE_EXTERNALS: "Include externals in JS Module pipeline" + JAVASCRIPT_MODULE_PIPELINE_INCLUDE_EXTERNALS_HELP: "External URLs sometimes have relative file references and shouldn't be pipelined" + JAVASCRIPT_MODULE_PIPELINE_BEFORE_EXCLUDES: "JS Module pipeline render first" + JAVASCRIPT_MODULE_PIPELINE_BEFORE_EXCLUDES_HELP: "Render the JS pipeline before any other JS references that are not included" + GENERAL_CONFIG: "General Asset Configuration" JAVASCRIPT_MINIFY: "JavaScript minify" JAVASCRIPT_MINIFY_HELP: "Minify the JS during pipelining" ENABLED_TIMESTAMPS_ON_ASSETS: "Enable timestamps on assets"