Add intl4x list format (#677)

* Add list format

* Add test

* Add readme and changelog

* Dart fix

* Add vm test

* Add license header to file

* Changes as per review

* Use web coverage
15 files changed
tree: 9506efeda88cc0b9746a997b6f79b80784feef11
  1. .github/
  2. pkgs/
  3. .gitignore
  4. CONTRIBUTING.md
  5. LICENSE
  6. README.md
README.md

Overview

This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.

Packages

PackageDescriptionVersion
intlContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.pub package
intl_translationContains code to localize apps to different locales, by extracting to ARB files and generating code to retrieve messages from ARB files.pub package
intl4xA lightweight modular library for internationalization (i18n) functionality.

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.