parent
d4cee514f6
commit
03bf0d6b41
|
@ -205,9 +205,15 @@ The goal is for the `@Component` (and friends) to be the compiler of template. S
|
||||||
### I18N
|
### I18N
|
||||||
| Feature | Runtime | Spec | Compiler |
|
| Feature | Runtime | Spec | Compiler |
|
||||||
| ----------------------------------- | ------- | -------- | -------- |
|
| ----------------------------------- | ------- | -------- | -------- |
|
||||||
| translate text literals | ❌ | ❌ | ✅ |
|
| i18nStart | ❌ | ✅ | ✅ |
|
||||||
| rearrange text nodes | ❌ | ❌ | ❌ |
|
| i18nEnd | ❌ | ✅ | ✅ |
|
||||||
| ICU | ❌ | ❌ | ❌ |
|
| i18nAttributes | ❌ | ✅ | ✅ |
|
||||||
|
| i18nExp | ❌ | ✅ | ✅ |
|
||||||
|
| i18nApply | ❌ | ✅ | ✅ |
|
||||||
|
| ICU expressions | ❌ | ✅ | ❌ |
|
||||||
|
| closure support for g3 | ✅ | ✅ | ❌ |
|
||||||
|
| runtime service for external world | ❌ | ❌ | ❌ |
|
||||||
|
| migration tool | ❌ | ❌ | ❌ |
|
||||||
|
|
||||||
|
|
||||||
### View Encapsulation
|
### View Encapsulation
|
||||||
|
|
Loading…
Reference in New Issue