mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-16 12:41:28 +00:00
* Add proper ban page upon logging in * Remove two extra line break tags that don't need to be there * Fix timestamp formatting * Properly display timestamps in correct timezone * Fix formatting issues with ban page * Remove extra parenthesis which would be rendered on-page * Add to redirect middleware to prevent navigating to other pages * Small nitpick, renaming UserBannedPage to BannedUserPage * Resolve nitpicks from reviewers * Remove un-necessary log message in LoginForm * Fix ban reason translatable string argument * Word choice nitpick ("Ban Created" -> "Ban Issued") * Final adjustments and nitpicks, visual and grammatical * Resolve requested changes from reviewers
16 lines
No EOL
240 B
C#
16 lines
No EOL
240 B
C#
namespace LBPUnion.ProjectLighthouse.Localization;
|
|
|
|
public enum TranslationAreas
|
|
{
|
|
BaseLayout,
|
|
LandingPage,
|
|
General,
|
|
LoggedOut,
|
|
Status,
|
|
Register,
|
|
Error,
|
|
Profile,
|
|
ModPanel,
|
|
TwoFactor,
|
|
Moderation,
|
|
} |