Update i18n.ts

This commit is contained in:
Lugiad 2024-10-07 18:39:06 +02:00 committed by GitHub
parent 3c22323d01
commit 544af31502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ export async function initI18n(): Promise<void> {
i18next.use(new KoreanPostpositionProcessor());
await i18next.init({
fallbackLng: "en",
supportedLngs: ["en", "es", "fr", "it", "de", "zh-CN", "zh-TW", "pt-BR", "ko", "ja", "ca-ES", "he"],
supportedLngs: [ "en", "es", "fr", "it", "de", "zh-CN", "zh-TW", "pt-BR", "ko", "ja", "ca-ES", "he" ],
backend: {
loadPath(lng: string, [ ns ]: string[]) {
let fileName: string;