Automatic i18n for Next.js.
npm install gt-next
npm install gt --save-devnpx 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.