Updated DLSiteClient test to handle translations. Added Alingual to the list of "All" supported languages.
This commit is contained in:
@@ -18,7 +18,8 @@ public sealed record SupportedLanguage(string Code, Language Language)
|
||||
English,
|
||||
ChineseSimplified,
|
||||
ChineseTraditional,
|
||||
Korean
|
||||
Korean,
|
||||
Alingual
|
||||
];
|
||||
|
||||
private static readonly Dictionary<string, SupportedLanguage> _byCode =
|
||||
|
||||
Reference in New Issue
Block a user