Commit f149fcc1 authored by Administrator's avatar Administrator 💬

Enable I18N.

parent c55dd92e
absolute_urls: false absolute_urls: false
timezone: '' timezone: 'Europe/Paris'
default_locale: null default_locale: en
param_sep: ':' param_sep: ':'
wrapped_site: false wrapped_site: false
reverse_proxy_setup: false reverse_proxy_setup: false
...@@ -9,9 +9,12 @@ force_lowercase_urls: true ...@@ -9,9 +9,12 @@ force_lowercase_urls: true
custom_base_url: '' custom_base_url: ''
username_regex: '^[a-z0-9_-]{3,16}$' username_regex: '^[a-z0-9_-]{3,16}$'
pwd_regex: '.{3,}' pwd_regex: '.{3,}'
intl_enabled: false intl_enabled: true
languages: languages:
supported: supported:
- en
- fr
- es
include_default_lang: true include_default_lang: true
translations: true translations: true
translations_fallback: true translations_fallback: true
...@@ -19,7 +22,7 @@ languages: ...@@ -19,7 +22,7 @@ languages:
http_accept_language: false http_accept_language: false
override_locale: false override_locale: false
home: home:
alias: /home # alias: /home
aliases: aliases:
en: /home en: /home
fr: /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