Client: Fixed fallback language

This commit is contained in:
Donkie
2023-07-15 11:01:25 +02:00
parent adb0d6e1f4
commit a54e28d353
2 changed files with 2 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ i18n
loadPath: "/locales/{{lng}}/{{ns}}.json",
},
defaultNS: "common",
fallbackLng: Object.keys(languages),
fallbackLng: "en",
});
export default i18n;