npm.io
10.20.5 • Published 22h ago

gt-react

Licence
FSL-1.1-ALv2
Version
10.20.5
Deps
5
Size
4.9 MB
Vulns
0
Weekly
0
Stars
962

General Translation

Documentation · Report Bug

gt-react

Automatic i18n for React.

Installation

npm install gt-react
npm install gt --save-dev

Quick Start

npx gt init
import { 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.

Keywords