Files
jsmr/JSMR.Infrastructure/Common/SupportedLanguages/DLSiteOfficialTranslationLanguage.cs

9 lines
257 B
C#

using JSMR.Application.Common;
namespace JSMR.Infrastructure.Common.SupportedLanguages;
//public class DLSiteOfficialTranslationLanguage : ISupportedLanguage
//{
// public string Code => "DOT";
// public Language Language => Language.Unknown;
//}