commit | 3c7f76bedffde2f9408b2b40c22bca6976ddc5ee | [log] [tgz] |
---|---|---|
author | Moritz <mosum@google.com> | Tue Feb 06 16:41:07 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Feb 06 16:41:07 2024 +0100 |
tree | dbea26b0c5d624325ec49576e0e4a05b4d1148a3 | |
parent | e8e4c18c03e72a4e096a1518d5c9bcc314a4d54f [diff] |
Add ICU4X number formatting to package:intl4x (#791) * Add ICU4X number formatting to package:intl4x * Add checks to readme * Working on matching options * Fix testing * Add newlines
This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.
Package | Description | Version | Status |
---|---|---|---|
intl | Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. | Stable | |
intl_translation | Contains code to localize apps to different locales, by extracting to ARB files and generating code to retrieve messages from ARB files. | Stable | |
intl4x | A lightweight modular library for internationalization (i18n) functionality. | Experimental | |
messages | A data-based, easy, safe, and small localization (l10n) library. | Experimental |
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.