Go to file
damianedwards e5a0918054 Merge branch 'dev' of https://github.com/hishamco/Localization into hishamco-dev
Conflicts:
	src/Microsoft.AspNet.Localization/CustomRequestCultureStrategy.cs
	src/Microsoft.AspNet.Localization/IApplicationBuilderExtensions.cs
	src/Microsoft.Framework.Localization/ResourceManagerStringLocalizer.cs
2015-05-20 16:17:57 -07:00
samples/LocalizationSample Removed Moq from tests & enabled .NET Core 2015-05-20 14:41:52 -07:00
src Merge branch 'dev' of https://github.com/hishamco/Localization into hishamco-dev 2015-05-20 16:17:57 -07:00
test/Microsoft.Framework.Localization.Test Removed Moq from tests & enabled .NET Core 2015-05-20 14:41:52 -07:00
.gitattributes
.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
Localization.sln Cache walk of the culture tree when building resource name list: 2015-05-20 14:41:36 -07:00
NuGet.Config Cache walk of the culture tree when building resource name list: 2015-05-20 14:41:36 -07:00
README.md
appveyor.yml
build.cmd
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

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.