We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e65225 commit 4cfe42cCopy full SHA for 4cfe42c
src/I18NextService.ts
@@ -50,7 +50,7 @@ export class I18NextService implements ITranslationService {
50
if (hasDefault) {
51
return i18next.t.call(i18next, <any>key, optionsOrDefault, options);
52
} else {
53
- return i18next.t.call(i18next, <any>key, options);
+ return i18next.t.call(i18next, <any>key, optionsOrDefault);
54
}
55
56
0 commit comments