Added more UI logic. Added a manga pipeline test.
This commit is contained in:
8
MangaReader.Core/Common/Language.cs
Normal file
8
MangaReader.Core/Common/Language.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MangaReader.Core.Common;
|
||||
|
||||
public enum Language
|
||||
{
|
||||
Japanese,
|
||||
Romanji,
|
||||
English
|
||||
}
|
||||
Reference in New Issue
Block a user