Added common language enum. Fixed "romaji" spelling. More UI updates.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namespace MangaReader.Core.Metadata;
|
||||
|
||||
public enum SourceMangaLanguage
|
||||
{
|
||||
Unknown,
|
||||
Japanese,
|
||||
Romanji,
|
||||
English
|
||||
}
|
||||
//public enum SourceMangaLanguage
|
||||
//{
|
||||
// Unknown,
|
||||
// Japanese,
|
||||
// Romanji,
|
||||
// English
|
||||
//}
|
||||
Reference in New Issue
Block a user