1
0

Added base site localization

This commit is contained in:
Michael Gordeev
2020-04-05 16:14:54 +03:00
parent 304daf138d
commit 5bd29951a4
22 changed files with 710 additions and 88 deletions
@@ -1,12 +1,12 @@
@model ProjectsViewModel
@{
ViewData["Title"] = "My projects";
ViewData["Title"] = SharedLocalizer["My projects"];
}
<header>
<div>
<h1>My projects</h1>
<h3>Here is presented the most of projects I worked on</h3>
<h1>@SharedLocalizer["My projects"]</h1>
<h3>@SharedLocalizer["Here is presented the most of projects I worked on"]</h3>
</div>
<iframe src="//githubbadge.appspot.com/xfox111" class="github-stats" frameborder="0"></iframe>
</header>
@@ -36,7 +36,7 @@
}
else
{
<p style="margin: 0px 40px" class="comment">// No content available</p>
<p style="margin: 0px 40px" class="comment">// @SharedLocalizer["No content available"]</p>
}
</article>