mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-28 15:28:22 +00:00
Translate UserStatus, titles of pages in header
This commit is contained in:
parent
6525ebe3cb
commit
f0befef31f
45 changed files with 699 additions and 120 deletions
|
@ -8,6 +8,7 @@ public static class GeneralStrings
|
|||
public static readonly TranslatableString ForgotPassword = create("forgot_password");
|
||||
public static readonly TranslatableString Error = create("error");
|
||||
public static readonly TranslatableString LogIn = create("log_in");
|
||||
public static readonly TranslatableString Unknown = create("unknown");
|
||||
|
||||
private static TranslatableString create(string key) => new(TranslationAreas.General, key);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue