This monorepo contains the libraries for General Translation, a powerful translation platform for Next.js and React applications.
Get started with General Translation at generaltranslation.com.
Full documentation, including guides, examples, and API references, can be found at General Translation Docs.
See the below for links to the relevant libraries:
- gt-next: Automatic i18n for Next.js
- gt-react: Automatic i18n for React
- generaltranslation: Core library for General Translation
- supported-locales: Currently supported locales
- gt-react-cli: GT CLI tool for React and Next.js apps
Any of the libraries can be installed via npm, yarn, pnpm, or bun.
For example, to install gt-next
:
npm install gt-next
yarn add gt-next
Usage of the libraries is documented on our docs.
We welcome any contributions to our libraries. Please submit a pull request!