Added flags for language change

This commit is contained in:
2025-11-07 09:31:41 +01:00
parent 46e5cd1e01
commit 6c7bad3e7f
8 changed files with 102 additions and 30 deletions

View File

@@ -2,4 +2,6 @@
static readonly THEME_KEY = 'theme';
static readonly LANGUAGE_KEY = 'lang';
static readonly RELOAD_ALL_LANG_LISTENER_KEY = 'language_dirty_flag';
}