Skip to content

Commit

Permalink
Merge pull request #239 from WurmPeter/fix_cldr_version
Browse files Browse the repository at this point in the history
Bump version of cldr to 45 in README.md
  • Loading branch information
kipcole9 authored Nov 11, 2024
2 parents 2353141 + 08cca8e commit 436c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
## Introduction

`ex_cldr` is an Elixir library for the [Unicode Consortium's](http://unicode.org) [Common Locale Data Repository (CLDR)](http://cldr.unicode.org). The intentions of CLDR, and this library, is to simplify the locale specific formatting and parsing of numbers, lists, currencies, calendars, units of measure and dates/times. As of April 28th 2023 and `ex_cldr` Version 2.37.0, `ex_cldr` is based upon [CLDR version 43.0](http://cldr.unicode.org/index/downloads/cldr-43).
`ex_cldr` is an Elixir library for the [Unicode Consortium's](http://unicode.org) [Common Locale Data Repository (CLDR)](http://cldr.unicode.org). The intentions of CLDR, and this library, is to simplify the locale specific formatting and parsing of numbers, lists, currencies, calendars, units of measure and dates/times. As of August 16th 2024 and `ex_cldr` Version 2.40.1, `ex_cldr` is based upon [CLDR version 45.0](http://cldr.unicode.org/index/downloads/cldr-45).

The first step is to define a module that will host the desired `ex_cldr` configuration and the functions that serve as the public API. This module is referred to in this documentation as a `backend` module. For example:

Expand Down

0 comments on commit 436c242

Please sign in to comment.