fix(backend): set Gettext default locale to "en"
Even though that should already be the default value Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
067029705d
commit
d390a915d8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue