mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix(frontend): Changing languages on the settings page does not work for some languages. (#9515)
This commit is contained in:
parent
b3c8b7c089
commit
ce58ccab8a
@ -27,7 +27,7 @@ i18n
|
||||
.init({
|
||||
fallbackLng: "en",
|
||||
debug: import.meta.env.NODE_ENV === "development",
|
||||
load: "languageOnly",
|
||||
load: "currentOnly",
|
||||
});
|
||||
|
||||
export default i18n;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user