Update to package:intl4x (#977) * Update to branch * new bindings * remove duplicate build_libs * format * try fixing collation * Collation support * Fix others * toX to getters * Kind of works * Fixes * Seems to start working * refactorings * add asserts * More test cases * fix tests * More fixes * More fixes * start changing api * Stwiched API * Remove timezones * Add timezones back * Manually treeshake timezones * Add recorduse to bindings * Refactor * Also treeshake datetime format * Add changelog * Run dart build during tests * Fixes * More fixes * try this * Fix line length * Use main branch * try allowing non utc * remove utc * Try something new * Should pass * Show output * stdout * pub get first * Fix wf * Add linux toolchain * set up toolchains * fix * Add locale print for debug * more debug * Remove panic_handler * use looping * Remove custom locale code * New name * Fixes * artifacts fix * Generate more artifacts * Add file size check * try stuff * Fix local build * fix path * Fix args to datagen * Fix upload name * Fix typo * Fix exports * Don't run on skip-fetch * check smarter for labels * fix typo * Fix * Check if this fixed windows * Exclude windows again * Update to main * Enable windows * Exclude windows for now * Add todo * Changes as per review * Changes as per review * Fix tests
This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.
| Package | Description | Issues | Version |
|---|---|---|---|
| intl | Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. | ||
| intl4x | A lightweight modular library for internationalization (i18n) functionality. | ||
| intl_translation | Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. | ||
| messages | A lightweight modular library for localization (l10n) functionality. | ||
| messages_builder | Build the messages for consumption by package:messages | ||
| messages_serializer | Serialization of messages for package:messages. | ||
| messages_shrinker | Removing unneeded messages from message data files for package:messages. |
Let us know about bugs and feature requests, file a pull request, or participate in the discussions!
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.