mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-27 06:48:23 +00:00
Translate profile page
This commit is contained in:
parent
d9e299ac00
commit
018d9d2b9f
9 changed files with 78 additions and 7 deletions
|
@ -13,5 +13,8 @@ public static class BaseLayoutStrings
|
|||
public static readonly TranslatableString HeaderAdminPanel = create("header_adminPanel");
|
||||
public static readonly TranslatableString HeaderLogout = create("header_logout");
|
||||
|
||||
public static readonly TranslatableString GeneratedBy = create("generated_by");
|
||||
public static readonly TranslatableString GeneratedModified = create("generated_modified");
|
||||
|
||||
private static TranslatableString create(string key) => new(TranslationAreas.BaseLayout, key);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue