mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-28 07:18:24 +00:00
Translate login and logout pages
This commit is contained in:
parent
1e9f672d6c
commit
443b285253
9 changed files with 132 additions and 13 deletions
|
@ -0,0 +1,10 @@
|
|||
namespace LBPUnion.ProjectLighthouse.Localization.StringLists;
|
||||
|
||||
public static class LoggedOutStrings
|
||||
{
|
||||
public static readonly TranslatableString LoggedOut = create("logged_out");
|
||||
public static readonly TranslatableString LoggedOutInfo = create("logged_out_info");
|
||||
public static readonly TranslatableString Redirect = create("redirect");
|
||||
|
||||
private static TranslatableString create(string key) => new(TranslationAreas.LoggedOut, key);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue