File tree Expand file tree Collapse file tree
modules/feature-management/src/Volo.Abp.FeatureManagement.Web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using Microsoft . AspNetCore . Mvc . RazorPages ;
1+ using Localization . Resources . AbpUi ;
2+ using Microsoft . AspNetCore . Mvc . RazorPages ;
23using Microsoft . Extensions . DependencyInjection ;
34using Volo . Abp . AspNetCore . Mvc . Localization ;
45using Volo . Abp . AspNetCore . Mvc . UI . Theme . Shared ;
56using Volo . Abp . FeatureManagement . Localization ;
67using Volo . Abp . FeatureManagement . Settings ;
78using Volo . Abp . Http . ProxyScripting . Generators . JQuery ;
9+ using Volo . Abp . Localization ;
810using Volo . Abp . Modularity ;
911using Volo . Abp . SettingManagement . Web ;
1012using Volo . Abp . SettingManagement . Web . Pages . SettingManagement ;
@@ -38,6 +40,13 @@ public override void PreConfigureServices(ServiceConfigurationContext context)
3840
3941 public override void ConfigureServices ( ServiceConfigurationContext context )
4042 {
43+ Configure < AbpLocalizationOptions > ( options =>
44+ {
45+ options . Resources
46+ . Get < AbpFeatureManagementResource > ( )
47+ . AddBaseTypes ( typeof ( AbpUiResource ) ) ;
48+ } ) ;
49+
4150 Configure < AbpVirtualFileSystemOptions > ( options =>
4251 {
4352 options . FileSets . AddEmbedded < AbpFeatureManagementWebModule > ( ) ;
You can’t perform that action at this time.
0 commit comments