Translate login and logout pages

This commit is contained in:
jvyden 2022-07-26 17:01:48 -04:00
commit 443b285253
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
9 changed files with 132 additions and 13 deletions

View file

@ -4,4 +4,6 @@ public enum TranslationAreas
{
BaseLayout,
LandingPage,
General,
LoggedOut,
}