We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5446faa commit 3de3b0cCopy full SHA for 3de3b0c
plugin.d.ts
@@ -1,5 +1,5 @@
1
export class I18NextHMRPlugin {
2
static addListener(cb: (data: { lang: string; ns: string }) => void): void;
3
4
- constructor(options: { localesDir: string; localesDirs: string[] });
+ constructor(options: { localesDir: string; localesDirs?: string[] });
5
}
0 commit comments