diff --git a/packages/core/src/render3/STATUS.md b/packages/core/src/render3/STATUS.md index 4fe7282581..d4647bb337 100644 --- a/packages/core/src/render3/STATUS.md +++ b/packages/core/src/render3/STATUS.md @@ -205,9 +205,15 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S ### I18N | Feature | Runtime | Spec | Compiler | | ----------------------------------- | ------- | -------- | -------- | -| translate text literals | ❌ | ❌ | ✅ | -| rearrange text nodes | ❌ | ❌ | ❌ | -| ICU | ❌ | ❌ | ❌ | +| i18nStart | ❌ | ✅ | ✅ | +| i18nEnd | ❌ | ✅ | ✅ | +| i18nAttributes | ❌ | ✅ | ✅ | +| i18nExp | ❌ | ✅ | ✅ | +| i18nApply | ❌ | ✅ | ✅ | +| ICU expressions | ❌ | ✅ | ❌ | +| closure support for g3 | ✅ | ✅ | ❌ | +| runtime service for external world | ❌ | ❌ | ❌ | +| migration tool | ❌ | ❌ | ❌ | ### View Encapsulation