Commit f149fcc1 authored by Administrator's avatar Administrator 💬

Enable I18N.

parent c55dd92e
absolute_urls: false
timezone: ''
default_locale: null
timezone: 'Europe/Paris'
default_locale: en
param_sep: ':'
wrapped_site: false
reverse_proxy_setup: false
......@@ -9,9 +9,12 @@ force_lowercase_urls: true
custom_base_url: ''
username_regex: '^[a-z0-9_-]{3,16}$'
pwd_regex: '.{3,}'
intl_enabled: false
intl_enabled: true
languages:
supported:
- en
- fr
- es
include_default_lang: true
translations: true
translations_fallback: true
......@@ -19,7 +22,7 @@ languages:
http_accept_language: false
override_locale: false
home:
alias: /home
# alias: /home
aliases:
en: /home
fr: /home
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment