Localisation

This commit is contained in:
Paul Schneider 2019-06-23 00:05:23 +01:00
commit 0eff78d00b
158 changed files with 485 additions and 451 deletions

View file

@ -3,10 +3,10 @@
ViewData["Title"] = "User posts";
}
<h2>Index</h2>
<h2>@SR["Index"]</h2>
<p class="text-success">@ViewData["StatusMessage"]</p>
<p>
<a asp-action="Create">Create New</a>
<a asp-action="Create">@SR["Create New"]</a>
</p>
<table class="table">
<tr>