Skip to content

Commit

Permalink
move lang files to root
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleawayan committed Feb 10, 2021
1 parent 7fbce44 commit adbb104
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pages/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";
const enUS = require('./lang/en-US.json')
const koKR = require('./lang/ko-KR.json')
const enUS = require('../lang/en-US.json')
const koKR = require('../lang/ko-KR.json')

// the translations
// (tip move them in a JSON file and import them)
Expand Down

0 comments on commit adbb104

Please sign in to comment.