| ## Overview |
| |
| This repository is home to Dart internationalization (i18n) and localization (l10n) related packages. |
| |
| ## Packages |
| |
| | Package | Description | Version | Status | |
| | --- | --- | --- | --- | |
| | [intl](pkgs/intl/) | Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. | [](https://pub.dev/packages/intl) | Stable | |
| | [intl_translation](pkgs/intl_translation/) | Contains code to localize apps to different locales, by extracting to ARB files and generating code to retrieve messages from ARB files. | [](https://pub.dev/packages/intl_translation) |Stable | |
| | [intl4x](pkgs/intl4x/) | A lightweight modular library for internationalization (i18n) functionality. | [](https://pub.dev/packages/intl4x) | Experimental | |
| | [messages](pkgs/messages/) | A data-based, easy, safe, and small localization (l10n) library. | [](https://pub.dev/packages/messages) | Experimental | |
| |
| ## Publishing automation |
| |
| 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](CONTRIBUTING.md) page. |