Skip to content

Latest commit

 

History

History

README.md

General Translation

Documentation · Report Bug

gt-i18n

Pure JavaScript i18n library for General Translation.

Installation

npm install gt-i18n

Quick Start

import { initGT, t } from 'gt-i18n';

initGT();

const message = t('Hello, world!');

See the full documentation for guides and API reference.