From d390a915d80ce5d2447f5323b78c71e9e1aa58dc Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 29 Feb 2024 10:01:39 +0100 Subject: [PATCH] fix(backend): set Gettext default locale to "en" Even though that should already be the default value Signed-off-by: Thomas Citharel --- config/config.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config.exs b/config/config.exs index 03c613a7c..8099cc8e7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -205,6 +205,8 @@ config :codepagex, :encodings, [ :"VENDORS/MICSFT/WINDOWS/CP1252" ] +config :gettext, :default_locale, "en" + config :mobilizon, Mobilizon.Web.Gettext, split_module_by: [:locale, :domain] config :ex_cldr,