commit | 17757fc7293fdbbd5e2942135e6867defb8496ec | [log] [tgz] |
---|---|---|
author | Moritz <mosum@google.com> | Fri Mar 08 14:37:48 2024 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 08 14:37:48 2024 +0100 |
tree | d5517a32f29088b46d7566fe8ee3417b1342b5a7 | |
parent | 771012668c127ba0a1dca627d7340ec62dc62547 [diff] |
Add `DateTime` formatting for ICU4X (#788) * Add `DateTime` formatting for ICU4X * Adapt to testing * Adapting tests * Add skips to test * Fix `islamic` calendar match * Update ICU4X * Address comments * Refactor * Refactor the other method too * Add checks to readme * Prepare for publish * Topics to list * Update SDK dep * Fix pana issues * Update example
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.