Core l10n functions
npm install @bluecateng/l10n-core@bluecateng/l10n-codeCore l10n functions.
``shell`
npm i @bluecateng/l10n-core
The module specified in the module configuration should contain this code.
`js
import l10nLoad from '@bluecateng/l10n-core';
import en from './en.po';
export default l10nLoad(en);
``