npm install @lingui/coreimport { i18n } from "@lingui/core"; i18n.load("en", { hello: "Hello" });i18n.activate("en");@lingui/coreMessage-based internationalization with extraction tooling and compile-time workflows.
Compatibility has not been verified yet in the PreactHub catalog.