mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-28 07:18:24 +00:00
String fix with login/register button (#755)
* Display "Login" only when registration is off, remove unused BaseLayoutStrings * Remove un-used strings from BaseLayout
This commit is contained in:
parent
d806664b62
commit
586c161c71
3 changed files with 13 additions and 12 deletions
|
@ -2,14 +2,13 @@ namespace LBPUnion.ProjectLighthouse.Localization.StringLists;
|
|||
|
||||
public static class BaseLayoutStrings
|
||||
{
|
||||
public static readonly TranslatableString HeaderHome = create("header_home");
|
||||
public static readonly TranslatableString HeaderUsers = create("header_users");
|
||||
public static readonly TranslatableString HeaderPhotos = create("header_photos");
|
||||
public static readonly TranslatableString HeaderSlots = create("header_slots");
|
||||
public static readonly TranslatableString HeaderAuthentication = create("header_authentication");
|
||||
|
||||
public static readonly TranslatableString HeaderLogin = create("header_login");
|
||||
public static readonly TranslatableString HeaderLoginRegister = create("header_loginRegister");
|
||||
public static readonly TranslatableString HeaderProfile = create("header_profile");
|
||||
public static readonly TranslatableString HeaderAdminPanel = create("header_adminPanel");
|
||||
public static readonly TranslatableString HeaderModPanel = create("header_modPanel");
|
||||
public static readonly TranslatableString HeaderLogout = create("header_logout");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue