Localization

This commit is contained in:
Paul Schneider 2019-06-21 09:20:13 +01:00
commit 313ba449e7
29 changed files with 1140 additions and 65 deletions

View file

@ -36,6 +36,8 @@ namespace Yavsc
YavscConnectionStringEnvName = "YAVSC_DB_CONNECTION";
public static readonly long DefaultFSQ = 1024*1024*500;
@ -58,5 +60,7 @@ namespace Yavsc
public static readonly string NoneCode = "none";
public const int MaxUserNameLength = 26;
}
}