mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Update i18next.d.ts
Fix the global variable name from i18next to i18n
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user