aralroca/next-translate-plugin

Next-translate plugin for i18n in Next.js 🌍 - Load page translations and use them in an easy way!

JavaScript

33

110 commits

updated Jun 29, 2026

See the code

README

All Contributors

Next-translate-plugin

Webpack/Turbopack plugin

next-translate

Sponsored by Kitmul


Two of the goals of next-translate is to be a tiny library (~2kb) and to have no external dependencies.

Since this plugin uses TypeScript compiler dependency, and we don't want you to have to bring extra kb into the pipeline, we have chosen to separate next-translate and next-translate-plugin with two distinct packages.

This way you can save this as devDependencies instead of dependencies.

yarn add next-translate-plugin -D

or

npm install next-translate-plugin --save-dev

Documentation

All the documentation is in Next-translate repository:

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Contributors

aralroca

99 commits

lluiscab

2 commits

awinogrodzki

1 commits

bluelakee02

1 commits

aralroca/next-translate-plugin

Next-translate plugin for i18n in Next.js 🌍 - Load page translations and use them in an easy way!

JavaScript

33

110 commits

updated Jun 29, 2026

See the code

README

All Contributors

Next-translate-plugin

Webpack/Turbopack plugin

next-translate

Sponsored by Kitmul


Two of the goals of next-translate is to be a tiny library (~2kb) and to have no external dependencies.

Since this plugin uses TypeScript compiler dependency, and we don't want you to have to bring extra kb into the pipeline, we have chosen to separate next-translate and next-translate-plugin with two distinct packages.

This way you can save this as devDependencies instead of dependencies.

yarn add next-translate-plugin -D

or

npm install next-translate-plugin --save-dev

Documentation

All the documentation is in Next-translate repository:

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Contributors

aralroca

99 commits

lluiscab

2 commits

awinogrodzki

1 commits

bluelakee02

1 commits

Languages

JavaScript

54.7%

TypeScript

45.3%