mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
IJPL-158141 After setting sync IDE is partially localized until IDE restart
GitOrigin-RevId: 39dc76d011db37bfc563bab641ed6c46fcc53d52
This commit is contained in:
committed by
intellij-monorepo-bot
parent
60f1e8301e
commit
16d690087f
@@ -18,7 +18,7 @@ import org.jetbrains.annotations.ApiStatus.Internal
|
||||
private const val DEFAULT_LOCALE = "en"
|
||||
|
||||
@Internal
|
||||
@State(name = "LocalizationStateService", category = SettingsCategory.SYSTEM, storages = [Storage(GeneralSettings.IDE_GENERAL_XML)])
|
||||
@State(name = "LocalizationStateService", reloadable = false, category = SettingsCategory.SYSTEM, storages = [Storage(GeneralSettings.IDE_GENERAL_XML)])
|
||||
internal class LocalizationStateServiceImpl : LocalizationStateService, PersistentStateComponent<LocalizationState> {
|
||||
|
||||
private var localizationState = LocalizationState()
|
||||
|
||||
Reference in New Issue
Block a user