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
This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.
| Package | Description | Version |
|---|---|---|
| intl | Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. | |
| intl_translation | Contains code to localize apps to different locales, by extracting to ARB files and generating code to retrieve messages from ARB files. | |
| intl4x | A lightweight modular library for internationalization (i18n) functionality. |
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.