mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-02 00:58:21 +00:00
Finish translation of landing page
This commit is contained in:
parent
51228b2ca1
commit
1e9f672d6c
7 changed files with 34 additions and 24 deletions
|
@ -9,6 +9,9 @@ public static class LandingPageStrings
|
|||
public static readonly TranslatableString UsersSingle = create("users_single");
|
||||
public static readonly TranslatableString UsersMultiple = create("users_multiple");
|
||||
|
||||
public static readonly TranslatableString LatestTeamPicks = create("latest_team_picks");
|
||||
public static readonly TranslatableString NewestLevels = create("newest_levels");
|
||||
|
||||
public static readonly TranslatableString AuthAttemptsPending = create("authAttemptsPending");
|
||||
|
||||
private static TranslatableString create(string key) => new(TranslationAreas.LandingPage, key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue