https://github.com/dbernheisel/ex_cldr_setup
https://github.com/dbernheisel/ex_cldr_setup
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbernheisel/ex_cldr_setup
- Owner: dbernheisel
- Created: 2020-04-05T23:10:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T01:39:34.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T01:31:23.641Z (about 1 year ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExCldrSetup
Example setup of using [ex_cldr] and [ex_cldr_calendar] with a US-based calendar
defined in [ExCldrSetup.Calendar.US](./lib/cldr_calendars.ex).
Relevant files:
- [./config/config.exs](./config/config.exs)
- [./lib/cldr.ex](./lib/cldr.ex)
- [./lib/cldr_calendars.ex](./lib/cldr_calendars.ex)
- [./test/ex_cldr_setup_test.exs](./test/ex_cldr_setup_test.exs)
[ex_cldr]: https://github.com/elixir-cldr/cldr
[ex_cldr_calendar]: https://github.com/elixir-cldr/cldr_calendars