Translation settings should be persisted on web (#9581)

Unfortunately we cannot migrate this data from session, as it is lost on tab closed.
This commit is contained in:
Matt Gibson 2024-06-25 18:17:10 -04:00 committed by GitHub
parent 8df054cf51
commit 3f44eadb5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export const DESKTOP_SETTINGS_DISK = new StateDefinition("desktopSettings", "dis
export const ENVIRONMENT_DISK = new StateDefinition("environment", "disk");
export const ENVIRONMENT_MEMORY = new StateDefinition("environment", "memory");
export const THEMING_DISK = new StateDefinition("theming", "disk", { web: "disk-local" });
export const TRANSLATION_DISK = new StateDefinition("translation", "disk");
export const TRANSLATION_DISK = new StateDefinition("translation", "disk", { web: "disk-local" });
// Secrets Manager