fix: complete english localization refresh

This commit is contained in:
3252a8
2026-05-28 00:55:22 +03:00
parent 62e950f5c4
commit f153ca5bf4
3 changed files with 313 additions and 3 deletions
@@ -361,7 +361,7 @@ export function createAccountStore({
if (typeof updateLocalData === "function") {
updateLocalData(normalize(response.language || language));
}
await loadData();
await loadData({ fresh: true });
} catch {
showToast(t("wa_settings_language_update_failed"));
} finally {