Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 012734a

Browse files
committed
Corrected CLDR version in README.md (closes #47)
1 parent cf737ac commit 012734a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ working, albeit non-compliant implementation where ES5 methods are unavailable.
8787
## Locale Data
8888
`Intl.js` uses the Unicode CLDR locale data, as recommended by the specification.
8989
The data is available in JSON format, or JSONP format in the [locale-data](https://github.com/andyearnshaw/Intl.js/tree/master/locale-data)
90-
folder. This has been converted from CLDR version 23.1 using the script and config file
90+
folder. This has been converted from CLDR version 24 using the script and config file
9191
in the [tools](https://github.com/andyearnshaw/Intl.js/tree/master/tools) folder.
9292

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

0 commit comments

Comments
 (0)