Add intl4x collation (#674)

* Add number format code

* Extract method

* Add names to record

* Slightly different API

* Add comment

* Refactor

* Switvh to single locale

* Fix bug in test checker

* Add fuzzy testing

* Fix tests

* Do more tests

* Add chrome tests

* Fix

* Fix 2

* Add collation

* Changes as per review

* Fix line length

* Add changelog entry

* Add test

* Add ICU4X test

* Switch to other workflow temporarily

* Switch to hash

* Switch back to main...

* Rev version
13 files changed
tree: 54ca0d3c0b9aef7fa1c025851339c1eed8b97d5e
  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.