mirror of https://github.com/abpframework/abp.git
6 changed files with 16 additions and 5 deletions
@ -0,0 +1,8 @@ |
|||
|
|||
namespace Volo.Docs.Language |
|||
{ |
|||
public static class LanguageConsts |
|||
{ |
|||
public const int MaxLanguageCodeLength = 10; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue