Internationalization for the AI Era
components/easy_as_backtick.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>
);
}