gt-i18n
v0.4.0
Published
Pure JS i18n library for General Translation
Readme
gt-i18n
Pure JavaScript i18n library for General Translation.
Installation
npm install gt-i18nQuick Start
import { initGT, t } from 'gt-i18n';
initGT();
const message = t('Hello, world!');See the full documentation for guides and API reference.
