parent
d4cee514f6
commit
03bf0d6b41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue