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

Fix Angular internationalization for V3 #1026

Open
4 tasks
DivergentEuropeans opened this issue Oct 28, 2024 · 0 comments
Open
4 tasks

Fix Angular internationalization for V3 #1026

DivergentEuropeans opened this issue Oct 28, 2024 · 0 comments
Labels

Comments

@DivergentEuropeans
Copy link
Member

DivergentEuropeans commented Oct 28, 2024

V2's Angular internationalization is broken. Some brief preliminary research shows us Angular has native variable substitution support, which it didn't last decade when we added a 2nd library to handle Angular i18n. The V3 task appears to be:

  • remove 1 of the unneeded libraries
  • update existing TranslationLoaderService to use new Angular internationalization implementation
  • this likely requires use of Angular CLI

internationalization in React is dev controlled and therefore works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant