You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Reason**: Due to hard to provide custom formats in the new compiler and runtime APIs. We are planning to support it in the next major version to support in these APIs. If you would like to use ICU message format, you can use the [@formatjs/vue-intl](https://formatjs.io/docs/vue-intl/)
308
308
309
+
> [!CAUTION]
310
+
> `formatter` option implementation code is be going to fully remove in v10.
311
+
> As an alternative, vue-i18n has the [custome message format](../advanced/format.md) as an experimental feature.
312
+
309
313
### Remove `preserveDirectiveContent` option
310
314
311
315
The `v-t` directive for Vue 3 now preserves the default content. Therefore, this option and its properties have been removed from the VueI18n instance.
0 commit comments