From efd3c34a0c336fda189a63f6aa464362ec006db3 Mon Sep 17 00:00:00 2001 From: Julius Pabrinkis Date: Sat, 12 Aug 2017 11:21:47 +0100 Subject: [PATCH] Change JS I18n.fallbacks to be less confusing --- app/views/layouts/_i18n_script.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_i18n_script.html.haml b/app/views/layouts/_i18n_script.html.haml index f6cc1dc837..201860fe87 100644 --- a/app/views/layouts/_i18n_script.html.haml +++ b/app/views/layouts/_i18n_script.html.haml @@ -1,4 +1,4 @@ %script I18n.default_locale = "#{I18n.default_locale}"; I18n.locale = "#{I18n.locale}"; - I18n.fallbacks = "default_locale"; + I18n.fallbacks = true;