Open Closed

MobileNavbar "Settings" localization not handled #7467


User avatar
0
rafael.gonzales created
  • ABP Framework version: v8.2.0
  • UI Type: MVC
  • Database System: EF Core (MySQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no

In "src\Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX\Themes\LeptonX\Components\SideMenu\MobileNavbar\Default.cshtml" The "Settings" text is not being localized. It should be @L["Settings"].Value instead

Extra question:

Is it possible to add the following properties to the ApplicationMenuGroup class? Would be nice to be able to customize the "group" layout in the menu like adding an icon or customData if anyone want's to customize the template but right now, those properties are missing and only available in **ApplicationMenuItem **class

public string? Icon { get; set;} 
public Dictionary<string, object> CustomData { get; } = new();

1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Thanks. I will check if this is possible.

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13