Commit e0214141 authored by gdlcf88's avatar gdlcf88

Try to fix localization configuration

parent 37add93a
......@@ -12,8 +12,8 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Localization\CacheManagement\*.json" />
<Content Remove="Localization\CacheManagement\*.json" />
<EmbeddedResource Include="EasyAbp\CacheManagement\Localization\CacheManagement\*.json" />
<Content Remove="EasyAbp\CacheManagement\Localization\CacheManagement\*.json" />
</ItemGroup>
</Project>
......@@ -17,7 +17,7 @@ namespace EasyAbp.CacheManagement
{
Configure<AbpVirtualFileSystemOptions>(options =>
{
options.FileSets.AddEmbedded<CacheManagementDomainSharedModule>("EasyAbp.CacheManagement");
options.FileSets.AddEmbedded<CacheManagementDomainSharedModule>();
});
Configure<AbpLocalizationOptions>(options =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment