Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CacheManagement
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CacheManagement
Commits
e0214141
Commit
e0214141
authored
Apr 08, 2020
by
gdlcf88
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to fix localization configuration
parent
37add93a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
EasyAbp.CacheManagement.Domain.Shared.csproj
...omain.Shared/EasyAbp.CacheManagement.Domain.Shared.csproj
+2
-2
CacheManagementDomainSharedModule.cs
...yAbp/CacheManagement/CacheManagementDomainSharedModule.cs
+1
-1
No files found.
src/EasyAbp.CacheManagement.Domain.Shared/EasyAbp.CacheManagement.Domain.Shared.csproj
View file @
e0214141
...
...
@@ -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>
src/EasyAbp.CacheManagement.Domain.Shared/EasyAbp/CacheManagement/CacheManagementDomainSharedModule.cs
View file @
e0214141
...
...
@@ -17,7 +17,7 @@ namespace EasyAbp.CacheManagement
{
Configure
<
AbpVirtualFileSystemOptions
>(
options
=>
{
options
.
FileSets
.
AddEmbedded
<
CacheManagementDomainSharedModule
>(
"EasyAbp.CacheManagement"
);
options
.
FileSets
.
AddEmbedded
<
CacheManagementDomainSharedModule
>();
});
Configure
<
AbpLocalizationOptions
>(
options
=>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment