Skip to content

Commit

Permalink
Corrected CLDR version in README.md (closes #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyearnshaw committed Jan 11, 2014
1 parent cf737ac commit 012734a
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 @@ -87,7 +87,7 @@ working, albeit non-compliant implementation where ES5 methods are unavailable.
## Locale Data
`Intl.js` uses the Unicode CLDR locale data, as recommended by the specification.
The data is available in JSON format, or JSONP format in the [locale-data](https://github.com/andyearnshaw/Intl.js/tree/master/locale-data)
folder. This has been converted from CLDR version 23.1 using the script and config file
folder. This has been converted from CLDR version 24 using the script and config file
in the [tools](https://github.com/andyearnshaw/Intl.js/tree/master/tools) folder.

The main `Intl.js` file contains no locale data itself. In browser environments, the
Expand Down

0 comments on commit 012734a

Please sign in to comment.