Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attempt to fix i18n upgrade breaking the entire site, causing a 500 error #133

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading