From 411132dd79023e7925f2697bbc77d231f0805586 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 13 Dec 2018 08:53:16 -0800 Subject: [PATCH 1/2] Create README.md for the localization folder --- src/Localization/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/Localization/README.md diff --git a/src/Localization/README.md b/src/Localization/README.md new file mode 100644 index 00000000000..a90bf236f71 --- /dev/null +++ b/src/Localization/README.md @@ -0,0 +1,6 @@ +Localization +============ + +These projects provide abstractions for localizing resources in .NET applications. + +The ASP.NET Core implementation of localization can be found in https://github.com/aspnet/AspNetCore. From 1dd888e6828ed9324b9b4e3e358cd371bd540f79 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 13 Dec 2018 09:26:15 -0800 Subject: [PATCH 2/2] Update README.md --- src/Localization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Localization/README.md b/src/Localization/README.md index a90bf236f71..dc6894b6e09 100644 --- a/src/Localization/README.md +++ b/src/Localization/README.md @@ -3,4 +3,4 @@ Localization These projects provide abstractions for localizing resources in .NET applications. -The ASP.NET Core implementation of localization can be found in https://github.com/aspnet/AspNetCore. +The ASP.NET Core implementation of localization can be found in https://github.com/aspnet/AspNetCore/tree/master/src/Middleware/Localization.