From 6827c96e7288208044cdb205b7daae15b4de6e03 Mon Sep 17 00:00:00 2001 From: meaz Date: Fri, 3 Jan 2020 10:22:47 +0100 Subject: [PATCH] add autodetection of languages --- vagrant/bootstrap.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 9af301fc..1c4cf470 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -67,7 +67,14 @@ languages: - fr - it - de - - ru" >> "${YAML}" + - ru + include_default_lang: true + pages_fallback_only: false + translations: true + translations_fallback: true + session_store_active: true + http_accept_language: true + override_locale: false" >> "${YAML}" fi sudo -u "${WWW_USER}" ex -s -c "4i| alias: '/home'" -c x "${YAML}"