forked from potsda.mn/mobilizon
Add ru and ar to dev locales
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
ccce64d6cb
commit
41bddebda2
|
@ -196,7 +196,8 @@ config :mobilizon, :cldr,
|
|||
locales: [
|
||||
"fr",
|
||||
"en",
|
||||
"ru"
|
||||
"ru",
|
||||
"ar"
|
||||
]
|
||||
|
||||
config :mobilizon, :activitypub,
|
||||
|
|
|
@ -58,7 +58,7 @@ config :logger, :console, format: "[$level] $message\n", level: :debug
|
|||
|
||||
config :mobilizon, Mobilizon.Service.Geospatial, service: Mobilizon.Service.Geospatial.Nominatim
|
||||
|
||||
config :mobilizon, Mobilizon.Web.Gettext, allowed_locales: ["fr", "en", "ar"]
|
||||
config :mobilizon, Mobilizon.Web.Gettext, allowed_locales: ["fr", "en", "ru", "ar"]
|
||||
|
||||
# Set a higher stacktrace during development. Avoid configuring such
|
||||
# in production as building large stacktraces may be expensive.
|
||||
|
|
Loading…
Reference in a new issue