Skip to content

Commit 75b9030

Browse files
committed
feat: add next-international plugin documentation to README files
1 parent d31bb59 commit 75b9030

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,10 @@ The following plugins are available. You can choose to install them based on you
10741074

10751075
Integrates [vue-i18n](https://vue-i18n.intlify.dev) to enable internationalization of enum labels and listen for language changes to auto update components.
10761076

1077+
- [@enum-plus/plugin-next-international](https://github.com/shijistar/enum-plus/tree/master/packages/plugin-next-international)
1078+
1079+
Integrates [next-international](https://next-international.vercel.app/) in Next.js projects to enable internationalization of enum labels and listen for language changes to auto update components.
1080+
10771081
We are working on the following plugins:
10781082

10791083
- [@enum-plus/plugin-angular](https://github.com/shijistar/enum-plus/tree/master/packages/plugin-angular): Angular integration, including support for `Enum.localize` to return Angular components, and listening for language changes to auto update components. _We need your help to develop this plugin!_

README.zh-CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,10 @@ Enum.install(antdPlugin, {
10611061

10621062
集成 [vue-i18n](https://vue-i18n.intlify.dev) 并实现枚举标签的国际化,支持切换语言后自动更新UI。
10631063

1064+
- [@enum-plus/plugin-next-international](https://github.com/shijistar/enum-plus/tree/master/packages/plugin-next-international)
1065+
1066+
在 Next.js 项目中,集成 [next-international](https://next-international.vercel.app/) 并实现枚举标签的国际化,支持切换语言后自动更新UI。
1067+
10641068
我们正在开发以下插件:
10651069

10661070
- [@enum-plus/plugin-angular](https://github.com/shijistar/enum-plus/tree/master/packages/plugin-angular): Angular 集成,包括支持 `Enum.localize` 返回 Angular 组件,以及监听语言变化以自动重新渲染组件。_我们需要你的帮助来开发这个插件!_

0 commit comments

Comments
 (0)