Added configuration option translations to set fallback content languages individually for every language

This commit is contained in:
Matias Griese
2019-07-01 14:46:43 +03:00
parent bf4329c2d1
commit 00a3a7d1aa

View File

@@ -828,3 +828,8 @@ PLUGIN_ADMIN:
PAGE_ROUTE_NOT_FOUND: "Page route not found"
PAGE_ROUTE_FOUND: "Page route found"
NO_ROUTE_PROVIDED: "No route provided"
CONTENT_LANGUAGE_FALLBACKS: "Content Language Fallback"
CONTENT_LANGUAGE_FALLBACKS_HELP: "By default if the content isn't translated, Grav will display content in the default language. Use this setting to override that behavior per language basis."
CONTENT_LANGUAGE_FALLBACK: "Fallback Languages"
CONTENT_LANGUAGE_FALLBACK_HELP: "Please enter a list of language codes. Note that if you omit default language code, it will not be used."
CONTENT_FALLBACK_LANGUAGE_HELP: "Specify language code which you want to customize."