@sentropic/openerp-i18n
v0.1.0
Published
OpenERP bilingual FR-CA/EN-CA catalog helpers for the foundation UI strings
Readme
@sentropic/openerp-i18n
OpenERP bilingual (FR-CA / EN-CA) catalog helpers for the foundation UI strings.
Static catalog bundled at build time. For tenant-owned data labels (pipeline stages, service activities, etc.) use the translation_keys table exposed by @sentropic/openerp-api.
Install
npm install @sentropic/openerp-i18nAPI
import { catalog, getMessage, validateCatalogPair } from "@sentropic/openerp-i18n";
getMessage("fr", "foundation.login.title"); // "Connexion"Versioning
This package follows the OpenERP project release cycle. See the OpenERP repository for the canonical source.
License
MIT — see LICENSE at the repository root.
