UNPKG

@phensley/cldr

Version:

Internationalization in Typescript with Unicode CLDR, batteries included

29 lines (19 loc) 1 kB
# @phensley/cldr Internationalization in Typescript with Unicode CLDR, batteries included ## Project Visit [the Github project page](https://github.com/phensley/cldr-engine) for details. ## Goals * Support a broad set of CLDR features in the browser "out of the box". * Resolve the CLDR "data explosion" problem. * Support all scripts and regions for a given language in a single compact resource pack. * No additional library dependencies required. * No custom extraction of CLDR data or precompilation of formatters required. * Correctness and consistency across browsers and Javascript runtime environments. * Provide type-safety, reducing programming errors. * No familiarity with CLDR structure is required for developers to use this library. * High performance. * Enhance functionality with arbitrary precision decimal math. ## License MIT ## Affiliation This project is not affiliated with the [Unicode Inc.](https://unicode.org) or the [Unicode CLDR](http://cldr.unicode.org/) project.