gt-next
v6.13.6
Published
A Next.js library for automatic internationalization.
Readme
gt-next
Automatic i18n for Next.js.
Installation
npm install gt-next
npm install gt --save-devQuick Start
npx gt initimport { T } from 'gt-next';
export default function Page() {
return (
<T>
<p>This gets translated automatically.</p>
</T>
);
}See the full documentation for guides and API reference.
