Interface: HMROptions
@sapphire/plugin-i18next.HMROptions
Configure whether to use Hot-Module-Replacement (HMR) for your i18next resources using these options. The minimum config to enable HMR is to set enabled
to true. Any other properties are optional.
Since
2.2.0
Properties
enabled
• enabled: boolean
HMR status for the i18next plugin.
Default
false
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:38
languages
• Optional
languages: string
| string
[]
Languages that will be reloaded when updating the languages directory.
Default
All languages that are automatically resolved from your folder setup
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:44
namespaces
• Optional
namespaces: string
| string
[]
Namespaces that will be reloaded when updating the languages directory.
Default
All namespaces that are automatically resolved from your languages folder setup
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:50
options
• Optional
options: WatchOptions
HMR options