diff --git a/app/MindWork AI Studio/Layout/MainLayout.razor.cs b/app/MindWork AI Studio/Layout/MainLayout.razor.cs index 03e7b4ad..9a50cf88 100644 --- a/app/MindWork AI Studio/Layout/MainLayout.razor.cs +++ b/app/MindWork AI Studio/Layout/MainLayout.razor.cs @@ -208,6 +208,8 @@ public partial class MainLayout : LayoutComponentBase, IMessageBusReceiver, ILan case Event.PLUGINS_RELOADED: this.Lang = await this.SettingsManager.GetActiveLanguagePlugin(); I18N.Init(this.Lang); + this.LoadNavItems(); + await this.InvokeAsync(this.StateHasChanged); break; } diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.42.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.42.md index c4db7ef0..ae842aac 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.42.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.42.md @@ -8,4 +8,5 @@ - Improved chat name generation to prevent the inclusion of line breaks, tabs, and other special characters. - Fixed an issue where empty lines in source code were being ignored by the Markdown renderer. Thanks My Nihongo for fixing this bug in the `MudBlazor.Markdown` repository. - Fixed the localization assistant not being able to load the localization file when used in the release app. +- Fixed the localization of the navigation component. - Upgraded Rust & .NET dependencies. \ No newline at end of file