Update i18n.ts

This commit is contained in:
Lugiad 2025-05-30 20:29:50 +02:00 committed by GitHub
parent 4c17f26f56
commit 17f0d7de2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,7 +174,7 @@ export async function initI18n(): Promise<void> {
"es-MX": ["es-ES", "en"],
default: ["en"],
},
supportedLngs: ["en", "es-ES", "es-MX", "fr", "it", "de", "zh-CN", "zh-TW", "pt-BR", "ko", "ja", "ca-ES", "da", "tr", "ro", "ru"],
supportedLngs: ["en", "es-ES", "es-MX", "fr", "it", "de", "zh-CN", "zh-TW", "pt-BR", "ko", "ja", "ca", "da", "tr", "ro", "ru"],
backend: {
loadPath(lng: string, [ns]: string[]) {
let fileName: string;