mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update i18next.d.ts
Fix the global variable name from i18next to i18n
This commit is contained in:
parent
bba33bcb0b
commit
8cf3af3240
2
i18next/i18next.d.ts
vendored
2
i18next/i18next.d.ts
vendored
@ -126,4 +126,4 @@ interface JQuery {
|
||||
i18n: (options?: I18nextOptions) => void;
|
||||
}
|
||||
|
||||
declare var i18next: I18nextStatic;
|
||||
declare var i18n: I18nextStatic;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user