mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-10 04:02:27 +00:00
12 lines
No EOL
182 B
C#
12 lines
No EOL
182 B
C#
namespace LBPUnion.ProjectLighthouse.Localization;
|
|
|
|
public enum TranslationAreas
|
|
{
|
|
BaseLayout,
|
|
LandingPage,
|
|
General,
|
|
LoggedOut,
|
|
Status,
|
|
Register,
|
|
Error,
|
|
} |