Add project files.
This commit is contained in:
11
JSMR.Application/Common/Language.cs
Normal file
11
JSMR.Application/Common/Language.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace JSMR.Application.Common;
|
||||
|
||||
public enum Language
|
||||
{
|
||||
Unknown,
|
||||
Japanese,
|
||||
English,
|
||||
ChineseSimplified,
|
||||
ChineseTraditional,
|
||||
Korean
|
||||
}
|
||||
Reference in New Issue
Block a user