Packages
ex_cldr_lists
0.3.3
2.12.2
2.12.1
2.12.0
2.11.1
2.11.0
2.10.2
2.10.1
2.10.0
2.9.0
2.9.0-rc.2
2.9.0-rc.1
2.9.0-rc.0
2.8.0
2.8.0-rc.0
2.7.0
2.7.0-rc.0
2.6.1
2.6.0
2.5.0
2.5.0-rc.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
1.0.0-rc.0
retired
0.3.3
retired
0.3.2
retired
0.3.1
retired
0.3.0
retired
0.2.2
retired
0.2.1
retired
0.2.0
retired
0.1.3
retired
0.1.2
retired
0.1.1
retired
0.1.0
List formatting functions for the Common Locale Data Repository (CLDR) package ex_cldr.
Retired package: Deprecated
Current section
Files
Jump to
Current section
Files
config/test.exs
# In test mode we compile and test all locales
use Mix.Config
config :ex_cldr,
default_locale: "en",
locales: ["en", "root", "en-001", "fr"],
gettext: Cldr.Gettext,
precompile_transliterations: [{:latn, :arab}, {:arab, :thai}, {:arab, :latn}]
config :ex_unit,
case_load_timeout: 220_000,
timeout: 120_000