Pete Bacon Darwin
cf9a47ba53
feat(localize): allow duplicate messages to be handled during extraction (#38082)
Previously, the i18n message extractor just quietly ignored messages that it extracted that had the same id. It can be helpful to identify these to track down messages that have the same id but different message text. Now the messages are checked for duplicate ids with different message text. Any that are found can be reported based on the new `--duplicateMessageHandling` command line option (or `duplicateMessageHandling` API options property). * "ignore" - no action is taken * "warning" - a diagnostic warning is written to the logger * "error" - the extractor throws an error and exits Fixes #38077 PR Close #38082
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%