Skip to content

Commit

Permalink
fix: locale 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
danah-kim committed Nov 23, 2024
1 parent 67924f0 commit 738b2a3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/utils/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import i18n from "i18next";
import LanguageDetector from "i18next-browser-languagedetector";
import Backend from "i18next-http-backend";

import translationEN from "../../public/locales/en/translation.json";
import translationJA from "../../public/locales/ja/translation.json";
import translationKO from "../../public/locales/ko/translation.json";
import translationEN from "@assets/locales/en/translation.json";
import translationJA from "@assets/locales/ja/translation.json";
import translationKO from "@assets/locales/ko/translation.json";

export const resources = {
en: {
Expand Down

0 comments on commit 738b2a3

Please sign in to comment.