Skip to main content
Version: Next

LocalizationModule

LocalizationModule

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

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