dart-lang / i18n

A general mono-repo for Dart i18n and l10n packages.
BSD 3-Clause "New" or "Revised" License
64 stars 40 forks source link

intl package: add CLDR-based Iterable formatting #331

Open DartBot opened 9 years ago

DartBot commented 9 years ago

Issue by seaneagan Originally opened as dart-lang/sdk#11069


The intlx package (http://pub.dartlang.org/packages/intlx) has an IterableFormat API which formats Iterables using locale specific separators. See the following links for more information:

Demo: http://seaneagan.me/intlx/ Docs: http://seaneagan.me/intlx/docs/intlx/IterableFormat.html

This should be moved to the intl package.

DartBot commented 9 years ago

Comment by iposva-google


Added Area-Pkg, Triaged labels.

DartBot commented 9 years ago

Comment by sethladd


Added Pkg-Intl label.