@bluecateng/l10n-core
v0.2.1
Published
Core l10n functions
Downloads
1,543
Readme
@bluecateng/l10n-code
Core l10n functions.
Installation
npm i @bluecateng/l10n-core
Usage
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);