mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When extracting i18n messages from templates, ICU messages are split out from the message that contains them. This can make it difficult in the translation files to match up the two messages, especially if the ICU is reused in multiple placeholders. This commit builds on top of the previous one to expose the message ID of ICU messages from the ICU placeholders as additional metadata in the `$localize` tagged strings. Now the metablock following any placeholder can also contain the associated ID delimited from the placeholder name by `@@`. Fixes #17506 PR Close #43534 |
||
|---|---|---|
| .. | ||
| util | ||
| view | ||
| BUILD.bazel | ||
| r3_ast_absolute_span_spec.ts | ||
| r3_ast_spans_spec.ts | ||
| r3_template_transform_spec.ts | ||
| README.md | ||
| style_parser_spec.ts | ||
Tests in this directory are excluded from running in the browser and only run in node.