Skip to content

Commit

Permalink
instance use
Browse files Browse the repository at this point in the history
  • Loading branch information
lionellbriones committed Oct 9, 2023
1 parent c7b7ea3 commit e822b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/localeImport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { initReactI18next } from "react-i18next";
import { en } from "./i18n";

const i18nInstance = i18n.createInstance();
i18n.use(initReactI18next).init({
i18nInstance.use(initReactI18next).init({
resources: {
en: { translation: en },
},
Expand Down

0 comments on commit e822b23

Please sign in to comment.