Updated DLSiteClient test to handle translations. Added Alingual to the list of "All" supported languages.

This commit is contained in:
2025-11-01 22:43:34 -04:00
parent 4191a42afd
commit 5cde64ac77
2 changed files with 42 additions and 4 deletions

View File

@@ -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 =