Locales - a set of locales generated from the CLDR Project which can be used independently or within an i18n package

I created locales for use in my own i18n package universal-translator, but split the code into it’s own repo in order for any other i18n or l10n package to use if they wanted.

My goal is to create a central package for locale information and formatting and have people wrap it as they wish.

All information is generated using the CLDR rules and information.

It features:

  • Rules generated from the latest CLDR data, v29
  • Cardinal, Ordinal and Range Plural Rules
  • Month, Weekday and Timezone translations built in
  • Date & Time formatting functions
  • Number, Currency, Accounting and Percent formatting functions

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.