Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sahibamittal committed Oct 10, 2024
1 parent 3b19f85 commit 83fd648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ getDefaultLanguage().then((defaultLanguage) => {
defaultLanguage ||
navigator.language ||
navigator.userLanguage,
);
);
i18n.locale = matchedLocale;
});

Expand Down

0 comments on commit 83fd648

Please sign in to comment.