Skip to content

Commit 4d73f29

Browse files
committed
chore: 增加资源文件
1 parent 37742ee commit 4d73f29

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

src/components/BootstrapBlazor.UniverSheet/BootstrapBlazor.UniverSheet.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<Description>Bootstrap UI components extensions of Univer Sheet</Description>
1010
</PropertyGroup>
1111

12+
<ItemGroup>
13+
<Content Remove="Locales\*.json" />
14+
<EmbeddedResource Include="Locales\*.json" />
15+
</ItemGroup>
16+
1217
<ItemGroup>
1318
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
1419
</ItemGroup>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"BootstrapBlazor.Components.UniverSheet": {
3+
"LoadingText": "Loading ..."
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"BootstrapBlazor.Components.UniverSheet": {
3+
"LoadingText": "正在加载 ..."
4+
}
5+
}

0 commit comments

Comments
 (0)