Add landing page strings

This commit is contained in:
jvyden 2022-04-14 17:06:13 -04:00
commit 197aab1ba3
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
5 changed files with 80 additions and 1 deletions

View file

@ -3,4 +3,5 @@ namespace LBPUnion.ProjectLighthouse.Localization;
public enum TranslationAreas
{
BaseLayout,
LandingPage,
}