Dev locales change
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1893d9f55b
commit
ae97339353
@ -191,7 +191,8 @@ config :http_signatures,
|
|||||||
config :mobilizon, :cldr,
|
config :mobilizon, :cldr,
|
||||||
locales: [
|
locales: [
|
||||||
"fr",
|
"fr",
|
||||||
"en"
|
"en",
|
||||||
|
"ru"
|
||||||
]
|
]
|
||||||
|
|
||||||
config :mobilizon, :activitypub,
|
config :mobilizon, :activitypub,
|
||||||
|
@ -77,7 +77,7 @@ config :mobilizon, Mobilizon.Web.Auth.Guardian, secret_key: "some secret"
|
|||||||
|
|
||||||
config :mobilizon, :activitypub, sign_object_fetches: false
|
config :mobilizon, :activitypub, sign_object_fetches: false
|
||||||
|
|
||||||
config :mobilizon, Mobilizon.Web.Gettext, allowed_locales: ["fr", "en"]
|
config :mobilizon, Mobilizon.Web.Gettext, allowed_locales: ["fr", "en", "es", "ru"]
|
||||||
|
|
||||||
config :junit_formatter, report_dir: "."
|
config :junit_formatter, report_dir: "."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user