commit | 771012668c127ba0a1dca627d7340ec62dc62547 | [log] [tgz] |
---|---|---|
author | Moritz <mosum@google.com> | Fri Mar 08 14:12:42 2024 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 08 14:12:42 2024 +0100 |
tree | 874b513e20653c3008139889eaea8756ac26fe6c | |
parent | 9918522af9832092fe89337ba5863c3ad6b627e7 [diff] |
Add list format from ICU4X (#810) * Add list formatting from ICU4X * Rename * Remove failing tests * Fix build.dart * Fix comment
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.