mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-28 23:38:23 +00:00
9 lines
No EOL
145 B
C#
9 lines
No EOL
145 B
C#
namespace LBPUnion.ProjectLighthouse.Localization;
|
|
|
|
public enum TranslationAreas
|
|
{
|
|
BaseLayout,
|
|
LandingPage,
|
|
General,
|
|
LoggedOut,
|
|
} |