mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-27 14:58:23 +00:00
14 lines
No EOL
209 B
C#
14 lines
No EOL
209 B
C#
namespace LBPUnion.ProjectLighthouse.Localization;
|
|
|
|
public enum TranslationAreas
|
|
{
|
|
BaseLayout,
|
|
LandingPage,
|
|
General,
|
|
LoggedOut,
|
|
Status,
|
|
Register,
|
|
Error,
|
|
Profile,
|
|
ModPanel,
|
|
} |