commit | b9634015cdeb591c35d4273808abd26b37ee7c07 | [log] [tgz] |
---|---|---|
author | Moritz <mosum@google.com> | Mon Jul 24 12:37:00 2023 +0200 |
committer | GitHub <noreply@github.com> | Mon Jul 24 12:37:00 2023 +0200 |
tree | 366ef1449ee4bfdbccc905af556ae78a4e0205f2 | |
parent | 5bf6c61a4b46590a9396f4361fe399ace2b5feed [diff] |
Add ECMA402 datetime format to package:intl4x (#680) * Adding Datetime format * Add tests * Rename Datetime -> DateTime * Add readme check * Add changelog entry * Fix tests * Revert name change * Switch to stable health workflow * Allow number in package names * Add checkmark * Fix merge problems * Rev pubspec * Add platforms to pubspec * Renaming options * Fixes * Export Options from all formatters * fix readme example
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.