Skip to content

Commit 5c991ed

Browse files
authored
Added AspNetCore.Localization to README.md
1 parent b747432 commit 5c991ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ If you prefer fine-grained packages referencing, you can still do it.
2929

3030
[DynamicInternalServerError](https://github.com/ForEvolve/DynamicInternalServerError) is a middleware that convert `Exception` to json errors automatically; it also convert `BadRequest(ModelState)` action results to the same json format and is pluggable in Swagger [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore).
3131

32-
### Other
33-
More to come...
32+
### AspNetCore Localization
33+
[![forevolve MyGet Build Status](https://www.myget.org/BuildSource/Badge/forevolve?identifier=b9aba5cc-96df-42d0-bf33-ed89456a6fdf)](https://www.myget.org/F/forevolve/api/v3/index.json)
3434

35-
### Obsolete projects
35+
[AspNetCore Localization](https://github.com/ForEvolve/ForEvolve.AspNetCore.Localization) allows you to enable localization of Asp.Net Core 2.0 applications, including (especially) Data Attributes, in a few line of code. Supported languages are `English` and `French`, but contributions are welcome (I only know those two languages so I can't translate into more).
3636

37-
* [.NET core helpers](https://github.com/ForEvolve/dotnetcore) - this project is getting revamped and has been moved to [ForEvolve .Net Core Framework](https://github.com/ForEvolve/ForEvolve-Framework).
37+
### Other
38+
More to come...
3839

3940
## Other repositories
4041

0 commit comments

Comments
 (0)