Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long-term package:intl/intl_translation strategy #868

Open
3 of 6 tasks
mosuem opened this issue Aug 14, 2024 · 0 comments
Open
3 of 6 tasks

Long-term package:intl/intl_translation strategy #868

mosuem opened this issue Aug 14, 2024 · 0 comments
Assignees

Comments

@mosuem
Copy link
Member

mosuem commented Aug 14, 2024

The long-term plan is to deprecate intl and intl_translation in favor of intl4x and messages. This will hopefully give a better user experience, get rid of bugs, offer more functionality, all while being less of a maintenance burden for the Dart team.

However, this requires the replacement libraries to be stable. Steps to do:

  • Have intl4x wrap the Intl object on the web
  • Distribute precompiled icu4x binaries via Github releases
  • Use build hooks to fetch or build icu4x binaries
  • Use link hooks to treeshake icu4x binaries
  • Use the new Dart assets feature to load localization data and messages
  • Use macros for code generation in messages
@mosuem mosuem self-assigned this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant