intlx 0.1.1 copy "intlx: ^0.1.1" to clipboard
intlx: ^0.1.1 copied to clipboard

outdatedDart 1 only

Intlx is internationalization APIs for Dart, which have not yet made it into the intl package itself. All data is sourced from CLDR.

#Intlx

Build Status

Intlx is internationalization APIs for Dart, which have not yet made it into the intl package itself.

##API docs

See the dartdocs.

The docs for each API include basic examples.

##Formats

The core APIs of this package are Formats, which format various data types to locale specific Strings, similar to DateFormat and NumberFormat from the intl package. APIs include IterableFormat, PluralFormat, DurationFormat, and AgeFormat.

##CLDR data All data is sourced from CLDR, specifically http://i18ndata.appspot.com/.

####Supported locales: Supported locales are currently intentionally constrained to be the same as [DateFormat's supported locales] (https://code.google.com/p/dart/source/browse/trunk/dart/pkg/intl/lib/src/data/dates/localeList.dart). However CLDR does support many more locales, which could easily be supported later.

0
likes
0
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Intlx is internationalization APIs for Dart, which have not yet made it into the intl package itself. All data is sourced from CLDR.

Homepage

License

unknown (license)

Dependencies

intl

More

Packages that depend on intlx