From 44e726bc549899d7a17317f0e9c5dc41ec77e264 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 7 Apr 2020 14:39:31 +0200 Subject: [PATCH] [bug] in-context translation is loading invalid locale for MessageFormat --- CHANGELOG.md | 1 + app/views/application/index.html.erb | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ca98189..7079d2c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Fix a bug: installation without nginx does not remove the service from the docker-compose file - Fix a bug: default twitter feed is invalid - Fix a bug: default nginx configuration does not allows secure cookies +- Fix a bug: in-context translation is loading invalid locale for MessageFormat ## v4.3.3 2020 April 1st diff --git a/app/views/application/index.html.erb b/app/views/application/index.html.erb index 226d14a8f..4350be3b4 100644 --- a/app/views/application/index.html.erb +++ b/app/views/application/index.html.erb @@ -139,9 +139,6 @@ -<% if Rails.env.staging? && Rails.application.secrets.enable_in_context_translation %> - -<% end %> <% if asset_available?("moment/locale/#{Rails.application.secrets.moment_locale}.js") %>