Localisation

This commit is contained in:
2019-06-23 00:05:23 +01:00
parent afabc9a9e0
commit a63fb5c835
158 changed files with 485 additions and 451 deletions

View File

@ -1,13 +1,13 @@
@model IEnumerable<Yavsc.Models.Blog.Comment>
@{
ViewData["Title"] = "Index";
ViewData["Title"] = @SR["Index"];
}
<h2>Index</h2>
<h2>@SR["Index"]</h2>
<p>
<a asp-action="Create">Create New</a>
<a asp-action="Create">@SR["Create New"]</a>
</p>
<table class="table">
<tr>