From 03bf0d6b4166110c700de1a5ec32b3df50976a67 Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Wed, 17 Oct 2018 10:26:25 +0200 Subject: [PATCH] docs(ivy): update status for i18n (#26502) PR Close #26502 --- packages/core/src/render3/STATUS.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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