Initial implementation of voice works scanning.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace JSMR.Infrastructure.Common.SupportedLanguages;
|
||||
|
||||
public class SimplifiedChineseLanguage : ISupportedLanguage
|
||||
{
|
||||
public string Code => "CHI_HANS";
|
||||
}
|
||||
Reference in New Issue
Block a user