Skip to content

Commit

Permalink
migrating i18n to nuxtjs/i18n v9 because it breaks stuff ig
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 authored Nov 28, 2024
1 parent b8f1e5b commit 06de34d
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions i18n/i18n.config.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
//If you take this out of alphabetical order I will eat you

import arSA from "./lang/ar-SA.json"
import deDE from "./lang/de-DE.json"
import enPT from "./lang/en-PT.json"
import enUD from "./lang/en-UD.json"
import enUS from "./lang/en-US.json"
import esES from "./lang/es-ES.json"
import huHU from "./lang/hu-HU.json"
import jaJP from "./lang/ja-JP.json"
import lolUS from "./lang/lol-US.json"
import noNO from "./lang/no-NO.json"
import plPL from "./lang/pl-PL.json"
import ptBR from "./lang/pt-BR.json"
import ptPT from "./lang/pt-PT.json"
import ruRU from "./lang/ru-RU.json"
import ukUA from "./lang/uk-UA.json"
import viVN from "./lang/vi-VN.json"
import zhCN from "./lang/zh-CN.json"
import zhTW from "./lang/zh-TW.json"
import arSA from "./locales/ar-SA.json";
import deDE from "./locales/de-DE.json";
import enPT from "./locales/en-PT.json";
import enUD from "./locales/en-UD.json";
import enUS from "./locales/en-US.json";
import esES from "./locales/es-ES.json";
import huHU from "./locales/hu-HU.json";
import jaJP from "./locales/ja-JP.json";
import lolUS from "./locales/lol-US.json";
import noNO from "./locales/no-NO.json";
import plPL from "./locales/pl-PL.json";
import ptBR from "./locales/pt-BR.json";
import ptPT from "./locales/pt-PT.json";
import ruRU from "./locales/ru-RU.json";
import ukUA from "./locales/uk-UA.json";
import viVN from "./locales/vi-VN.json";
import zhCN from "./locales/zh-CN.json";
import zhTW from "./locales/zh-TW.json";

export default defineI18nConfig(() => ({
legacy: false,
Expand All @@ -44,4 +44,4 @@ export default defineI18nConfig(() => ({
"zh-CN": zhCN,
"zh-TW": zhTW,
},
}))
}));
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 06de34d

Please sign in to comment.