You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The content you are editing has changed. Please copy your edits and refresh the page.
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:
internationalization in React is dev controlled and therefore works perfectly.
Tasks
The text was updated successfully, but these errors were encountered: