Skip to content

Commit

Permalink
docs: add section about petite-vue-i18n (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
NozomuIkuta committed May 11, 2023
1 parent af5fc14 commit c39d143
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/.ja/ecosystem/official.md
Expand Up @@ -25,6 +25,12 @@ You can pre-compile i18n resources (`json5?`, `ya?ml`) with `intlify compile` co

You can use this extension to enable SSR and improve i18n performance.

## Composition API for Vue 2.x
## Composition API for Vue 2.x

[vue-i18n-composable](https://github.com/intlify/vue-i18n-composable) provides Composition API for Vue I18n in Vue 2.x.

## Petite-Vue-I18n

[petite-vue-i18n](https://github.com/intlify/vue-i18n-next/tree/master/packages/petite-vue-i18n) is an alternative distribution of Vue I18n, which provides only minimal features.

Note that petite-vue-i18n is still experimental, so you may encounter bugs and unsupported use cases.
8 changes: 7 additions & 1 deletion docs/ecosystem/official.md
Expand Up @@ -24,6 +24,12 @@ You can pre-compile i18n resources (`json5?`, `ya?ml`) with `intlify compile` co

You can use this extension to enable SSR and improve i18n performance.

## Composition API for Vue 2.x
## Composition API for Vue 2.x

[vue-i18n-composable](https://github.com/intlify/vue-i18n-composable) provides Composition API for Vue I18n in Vue 2.x.

## Petite-Vue-I18n

[petite-vue-i18n](https://github.com/intlify/vue-i18n-next/tree/master/packages/petite-vue-i18n) is an alternative distribution of Vue I18n, which provides only minimal features.

Note that petite-vue-i18n is still experimental, so you may encounter bugs and unsupported use cases.

0 comments on commit c39d143

Please sign in to comment.