Pure JavaScript i18n library for General Translation.
npm install gt-i18nimport { initGT, t } from 'gt-i18n';
initGT();
const message = t('Hello, world!');See the full documentation for guides and API reference.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Pure JavaScript i18n library for General Translation.
npm install gt-i18nimport { initGT, t } from 'gt-i18n';
initGT();
const message = t('Hello, world!');See the full documentation for guides and API reference.