Skip to content

Commit f870f93

Browse files
committed
8.4
1 parent f0202bc commit f870f93

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# cloudscribe.Web.Localization
2+
3+
A .NET library for more flexible localization in ASP.NET Core applications. Provides advanced resource management and custom localizer factories.
4+
5+
## Usage
6+
7+
1. Install the NuGet package:
8+
```sh
9+
dotnet add package cloudscribe.Web.Localization
10+
```
11+
2. Configure localization in your ASP.NET Core app.
12+
3. Use the provided localizer services in your controllers and views.
13+
14+
## License
15+
16+
This project is licensed under the Apache 2.0 License. See the LICENSE file for details.

src/cloudscribe.Web.Localization/cloudscribe.Web.Localization.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
<RepositoryUrl>https://github.com/cloudscribe/cloudscribe.Web.Localization.git</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515

16+
<PackageReadmeFile>README.md</PackageReadmeFile>
17+
<PackageReadmeFile>README.md</PackageReadmeFile>
1618
</PropertyGroup>
1719

1820
<ItemGroup>
19-
<None Include="icon.png" Pack="true" PackagePath="\" />
21+
<None Include="icon.png" Pack="true" PackagePath="" />
22+
<None Include="README.md" Pack="true" PackagePath="" />
2023
</ItemGroup>
2124

2225
<ItemGroup>

0 commit comments

Comments
 (0)