0.2.1 • Published 2 years ago
@bluecateng/l10n-core v0.2.1
@bluecateng/l10n-code
Core l10n functions.
Installation
npm i @bluecateng/l10n-coreUsage
The module specified in the module configuration should contain this code.
import l10nLoad from '@bluecateng/l10n-core';
import en from './en.po';
export default l10nLoad(en);