Pure JS i18n library for General Translation
npm install gt-i18nPure JavaScript i18n library for General Translation.
``bash`
npm install gt-i18n
`js
import { initGT, t } from 'gt-i18n';
initGT();
const message = t('Hello, world!');
``
See the full documentation for guides and API reference.