Files
archived-teslamate/lib/teslamate_web/cldr.ex
2022-01-23 23:57:24 +01:00

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