Pete Bacon Darwin
bf1bcd1e08
fix(ngcc): render localized strings when in ES5 format (#33857)
Recently the ngtsc translator was modified to be more `ScriptTarget` aware, which basically means that it will not generate non-ES5 code when the output format is ES5 or similar. This commit enhances that change by also "downleveling" localized messages. In ES2015 the messages use tagged template literals, which are not available in ES5. PR Close #33857
Angular
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%