feat(i18n): seed en.json and wire locale copy to app output
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<Project>
|
||||
<ItemGroup>
|
||||
<Content Include="$(MSBuildThisFileDirectory)locales\*.json"
|
||||
Link="locales\%(Filename)%(Extension)"
|
||||
CopyToOutputDirectory="PreserveNewest" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user