gt-react
v10.10.6
Published
A React library for automatic internationalization.
Downloads
51,062
Readme
gt-react
Automatic i18n for React.
Installation
npm install gt-react
npm install gtx-cli --save-devQuick Start
npx gtx-cli initimport { T, GTProvider } from 'gt-react';
export default function App() {
return (
<GTProvider>
<T>
<p>This gets translated automatically.</p>
</T>
</GTProvider>
);
}See the full documentation for guides and API reference.
