Skip to content

Commit 0070db2

Browse files
committed
update docs
1 parent 071a61c commit 0070db2

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docs/ecosystem/official.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66

77
With this plugin, you can setup the i18n environment for the Vue application, and support the i18n development environment.
88

9-
## Nuxt Module
10-
11-
[nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n/) is corresponding Nuxt.js module.
12-
13-
:::warning NOTICE
14-
Still not supported.
15-
:::
16-
179
## ESLint Plugin
1810

1911
[eslint-plugin-vue-i18n](https://intlify.github.io/eslint-plugin-vue-i18n/) is ESLint plugin for Vue I18n.
@@ -31,3 +23,7 @@ You can pre-compile i18n resources (`json5?`, `ya?ml`) with `intlify compile` co
3123
[vue-i18n-extensions](https://github.com/intlify/vue-i18n-extensions) provides some extensions for Vue I18n.
3224

3325
You can use this extension to enable SSR and improve i18n performance.
26+
27+
## Composition API for Vue 2.x
28+
29+
[vue-i18n-composable](https://github.com/intlify/vue-i18n-composable) provides Composition API for Vue I18n in Vue 2.x.

docs/ecosystem/third.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Third-party tooling
22

3+
## Nuxt Module
4+
5+
[nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n/) is corresponding Nuxt.js module.
6+
7+
:::warning NOTICE
8+
Still not supported.
9+
:::
10+
311
## BabelEdit
412

513
[BabelEdit](https://www.codeandweb.com/babeledit) is translation editor for web apps.

0 commit comments

Comments
 (0)