mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-02 00:58:21 +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,
|
|
} |