[Archived] Localization abstractions and implementations for ASP.NET Core applications. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Troy Dai f6119d4856 Update references
Microsoft.Framework.NotNullAttribute.Internal =>
Microsoft.Framework.NotNullAttribute.Sources
2015-05-20 12:41:17 -07:00
samples/LocalizationSample Sort project.json dependencies 2015-05-15 12:14:14 -07:00
src Update references 2015-05-20 12:41:17 -07:00
.gitattributes Initial commit 2015-05-05 23:27:25 -07:00
.gitignore Implemented CookieRequestCultureStrategy & other changes: 2015-05-07 18:11:10 -07:00
.travis.yml Fix Travis by pinning to earlier Mono 2015-05-11 17:14:57 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:53:31 -07:00
LICENSE.txt Initial commit 2015-05-05 23:27:25 -07:00
Localization.sln Move CultureInfoCache into its own package. 2015-05-13 15:50:00 -07:00
NuGet.Config Initial commit 2015-05-05 23:27:25 -07:00
README.md Update README.md 2015-05-06 11:12:34 -07:00
appveyor.yml Initial commit 2015-05-05 23:27:25 -07:00
build.cmd Initial commit 2015-05-05 23:27:25 -07:00
build.sh Made build.sh executable 2015-05-11 17:55:59 -07:00
global.json Added a sample & fixed some issues it found 2015-05-06 18:09:59 -07:00
makefile.shade Initial commit 2015-05-05 23:27:25 -07:00

README.md

Localization

AppVeyor: AppVeyor

Travis: Travis

Localization abstractions and implementations for ASP.NET 5 applications.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.