@@ -93,6 +93,9 @@ The examples are offered that use the following two API styles:
93
93
- For production mode, HTML message detect is not check due to performance.
94
94
- Legacy API ` sync ` option:
95
95
- default: change to ` false ` from ` true `
96
+ - ` v-t ` directive
97
+ - ` preserve ` modifier deprecated, keep Element content
98
+ - Legacy API ` preserveDirectiveContent ` option, and property deprecated
96
99
- ` VueI18n.version ` -> ` import { VERSION } from 'vue-i18n' `
97
100
- ` VueI18n.availabilities ` -> ` import { availabilities } from 'vue-i18n' `
98
101
- See the details [ here] ( https://github.com/intlify/vue-i18n-next/blob/master/docs/vue-i18n.md )
@@ -112,8 +115,6 @@ The examples are offered that use the following two API styles:
112
115
113
116
### :hammer : Missing features
114
117
115
- - ` v-t ` directive
116
- - ` preserveDirectiveContent ` option (depend on ` v-t ` )
117
118
- SSR
118
119
- Custom formatting
119
120
- Tooling
@@ -145,7 +146,6 @@ yarn add vue-i18n@next
145
146
- [x] vue-i18n message format
146
147
- [ ] sourcemap
147
148
- [x] HTML format handling
148
- - [x] error handling
149
149
- [ ] more unit (fuzzing) tests
150
150
- [ ] performance tests (benchmark)
151
151
- Intlify core runtime
@@ -157,6 +157,7 @@ yarn add vue-i18n@next
157
157
- [ ] improve locale messages typing: ` LocaleMessages ` / ` LocaleMessage ` / ` LocaleMessageDictiory `
158
158
- [x] postTranslation context option
159
159
- Composable API: I18n Composer
160
+ - [ ] error handlings
160
161
- properties
161
162
- [x] locale
162
163
- [x] fallbackLocale
@@ -204,7 +205,7 @@ yarn add vue-i18n@next
204
205
- [x] silentTranslationWarn
205
206
- [x] silentFallbackWarn
206
207
- [x] formatFallbackMessages
207
- - [ ] preserveDirectiveContent
208
+ - [x ] preserveDirectiveContent
208
209
- [x] warnHtmlInMessage
209
210
- [x] postTranslation
210
211
- [x] t
@@ -243,7 +244,7 @@ yarn add vue-i18n@next
243
244
- [x] NumberFormat ` <i18n-n> `
244
245
- [x] DatetimeFormat ` <i18n-d> `
245
246
- Directive
246
- - [ ] ` v-t `
247
+ - [x ] ` v-t `
247
248
- Tool Chains
248
249
- [ ] intlify devtools
249
250
- [ ] vue-i18n-extensions
@@ -255,6 +256,9 @@ yarn add vue-i18n@next
255
256
- [ ] documentation
256
257
- [x] fallback localization (bubble up)
257
258
- [ ] SSR
259
+ - General tasks
260
+ - [ ] error handlings
261
+ - [ ] unit testings with @vue/test-utils @next
258
262
259
263
</details >
260
264
0 commit comments