Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix(i18n): change path to import english translation file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Dec 27, 2021
1 parent 2c3d4c3 commit d3f353c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';

import translationEN from './locales/en.json';
import translationEN from './locales/e.json';
import translationMG from './locales/mg.json';

const resources = {
Expand Down

0 comments on commit d3f353c

Please sign in to comment.