Automattic / wp-cldr

Use CLDR localization data in WordPress
GNU General Public License v2.0
24 stars 6 forks source link

Update to CLDR 27 #38

Closed stuwest closed 9 years ago

stuwest commented 9 years ago

Update to CLDR 27

First commit just data files: Removes old data files and adds new ones for CLDR 27. CLDR changed the way it did JSON distributions and now offers packages we can include. The smallest one includes its top few hundred “modern” locales. That’s much more than the ~30 locales we included before, and much bigger (~50MB). We'll likely want to slim this down though if we want to load these automatically we may want to stick to their packages.

Second commit is code:

jblz commented 9 years ago

Other than the minor break issue, this looks good to go.

Nice work!