commit | 1dee9799d51f23e7fe941b30734200ee9dd5d799 | [log] [tgz] |
---|---|---|
author | Moritz <mosum@google.com> | Mon Jul 17 10:38:50 2023 +0200 |
committer | GitHub <noreply@github.com> | Mon Jul 17 10:38:50 2023 +0200 |
tree | 9506efeda88cc0b9746a997b6f79b80784feef11 | |
parent | 522b34fc51428dfeb461396d267cbc6db44eb2f6 [diff] |
Add intl4x list format (#677) * Add list format * Add test * Add readme and changelog * Dart fix * Add vm test * Add license header to file * Changes as per review * Use web coverage
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.