From 33f174d69c99893e81728e00bf92b2ae3e045022 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 23 Oct 2018 06:56:24 -0600 Subject: [PATCH] lang file udpates --- languages/en.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/languages/en.yaml b/languages/en.yaml index 88edbce9..9aca7c39 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -481,6 +481,8 @@ PLUGIN_ADMIN: IGNORE_FILES_HELP: "Specific files to ignore when processing pages" IGNORE_FOLDERS: "Ignore folders" IGNORE_FOLDERS_HELP: "Specific folders to ignore when processing pages" + HIDE_EMPTY_FOLDERS: "Hide empty folders" + HIDE_EMPTY_FOLDERS_HELP: "If folder has no .md file, should it be hidden in navigation as well as being unroutable" HTTP_ACCEPT_LANGUAGE: "Set language from browser" HTTP_ACCEPT_LANGUAGE_HELP: "You can opt to try to set the language based on `http_accept_language` header tag in the browser" OVERRIDE_LOCALE: "Override locale" @@ -490,6 +492,8 @@ PLUGIN_ADMIN: PLUGIN_STATUS: "Plugin status" INCLUDE_DEFAULT_LANG: "Include default language" INCLUDE_DEFAULT_LANG_HELP: "This will prepend all URLs in the default language with the default language. e.g. `/en/blog/my-post`" + PAGES_FALLBACK_ONLY: "Pages fallback only" + PAGES_FALLBACK_ONLY_HELP: "Only 'fallback' to find page content through supported languages, default behavior is to display any language found if active language is missing" ALLOW_URL_TAXONOMY_FILTERS: "URL Taxonomy Filters" ALLOW_URL_TAXONOMY_FILTERS_HELP: "Page-based collections allow you to filter via `/taxonomy:value`." REDIRECT_DEFAULT_CODE: "Default redirect code"