Merge branch 'main' into addIntl4x
tree: 939741a230c3376a41dee4cda35df52db8adfcca
  1. .github/
  2. .vscode/
  3. pkgs/
  4. .gitignore
  5. CONTRIBUTING.md
  6. LICENSE
  7. README.md
README.md

Overview

This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.

Packages

PackageDescriptionVersion
intlContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.pub package
intl_translationContains code to localize apps to different locales, by extracting to ARB files and generating code to retrieve messages from ARB files.pub package
intl4xContains a package intended to wrap around ICU4X on web and native, and browser built-in intl on the web.

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 page.