Translate UserStatus, titles of pages in header

This commit is contained in:
jvyden 2022-07-27 16:37:38 -04:00
commit f0befef31f
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
45 changed files with 699 additions and 120 deletions

View file

@ -1,11 +1,12 @@
@page "/slots/{pageNumber:int}"
@using LBPUnion.ProjectLighthouse.Extensions
@using LBPUnion.ProjectLighthouse.Levels
@using LBPUnion.ProjectLighthouse.Localization.StringLists
@model LBPUnion.ProjectLighthouse.Servers.Website.Pages.SlotsPage
@{
Layout = "Layouts/BaseLayout";
Model.Title = "Levels";
Model.Title = Model.Translate(BaseLayoutStrings.HeaderSlots);
}
<p>There are @Model.SlotCount total levels!</p>