Skip to main content
Version: 1.2

LocalizationModule

LocalizationModule

Represents a localization module that can be used with the i18next plugin.

Signature
type LocalizationModule = | NewableModule<Module>
| Module
| Newable<Module>