mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
10 lines
268 B
Elixir
10 lines
268 B
Elixir
defmodule TeslaMateWeb.Cldr do
|
|
use Cldr,
|
|
gettext: TeslaMateWeb.Gettext,
|
|
locales: [],
|
|
otp_app: :teslamate,
|
|
providers: [],
|
|
generate_docs: false,
|
|
force_locale_download: Mix.env() == :prod and System.get_env("SKIP_LOCALE_DOWNLOAD") != "true"
|
|
end
|