From 04140cb2bcc53d084da7e213a6dca971d89f2d7c Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Fri, 13 Nov 2015 22:09:05 -0800 Subject: [PATCH] added loc to index and stub --- aspnet/fundamentals/index.rst | 1 + aspnet/fundamentals/localization.rst | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 aspnet/fundamentals/localization.rst diff --git a/aspnet/fundamentals/index.rst b/aspnet/fundamentals/index.rst index 3a4bf77490..559d6c1096 100644 --- a/aspnet/fundamentals/index.rst +++ b/aspnet/fundamentals/index.rst @@ -8,6 +8,7 @@ Fundamentals http-abstractions middleware static-files + localization file-system routing configuration diff --git a/aspnet/fundamentals/localization.rst b/aspnet/fundamentals/localization.rst new file mode 100644 index 0000000000..970b1b25ca --- /dev/null +++ b/aspnet/fundamentals/localization.rst @@ -0,0 +1,8 @@ +.. include:: /../common/stub-topic.txt + +|stub-icon| Localization +======================== + +.. include:: /../common/stub-notice.txt + +.. _issue: https://github.com/aspnet/Docs/pull/554 \ No newline at end of file