mirror of
https://github.com/getgrav/grav.git
synced 2026-01-29 19:00:12 +01:00
added base languages config
This commit is contained in:
@@ -3,8 +3,14 @@ timezone: '' # Valid values: http://php.net/manual/en/
|
||||
param_sep: ':' # Parameter separator, use ';' for Apache on windows
|
||||
|
||||
languages:
|
||||
translations: true # Enable translations by default
|
||||
supported: [] # List of languages supported. eg: [en, fr, de]
|
||||
translations: true # Enable translations by default
|
||||
translation_fallback: true # Fallback through supported translations if active lang doesn't exist
|
||||
session_store_active: false # Store active language in session
|
||||
home_redirect:
|
||||
include_lang: true # Include language in home redirect (/en)
|
||||
include_route: false # Include route in home redirect (/blog)
|
||||
|
||||
|
||||
home:
|
||||
alias: '/home' # Default path for home, ie /
|
||||
|
||||
Reference in New Issue
Block a user