mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-18 21:41:33 +00:00
Add language mappings for non-standard language names
This commit is contained in:
parent
066f734378
commit
528d3b1335
5 changed files with 54 additions and 6 deletions
|
@ -11,5 +11,5 @@ public static class LandingPageStrings
|
|||
|
||||
public static readonly TranslatableString AuthAttemptsPending = create("authAttemptsPending");
|
||||
|
||||
private static TranslatableString create(string key) => new(TranslationAreas.BaseLayout, key);
|
||||
private static TranslatableString create(string key) => new(TranslationAreas.LandingPage, key);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue