Internationalization for the AI Era .
components/welcome.tsx
import { g } from '@/gringow/gringow-react';
export function Welcome() {
return (
<div>
<h1>{g`Welcome to Gringow!`}</h1>
<p>{g`AI-powered i18n that keeps it simple`}</p>
</div>
);
}Works with Your Stack
terminal
$ npm install gringow
$ npx gringow initHow It Works
1
2
3