fix(frontend): Changing languages on the settings page does not work for some languages. (#9515)

This commit is contained in:
Hiep Le 2025-07-03 19:35:52 +07:00 committed by GitHub
parent b3c8b7c089
commit ce58ccab8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ i18n
.init({
fallbackLng: "en",
debug: import.meta.env.NODE_ENV === "development",
load: "languageOnly",
load: "currentOnly",
});
export default i18n;