Added additional voice work update logic.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using JSMR.Application.Common;
|
||||
|
||||
namespace JSMR.Infrastructure.Common.Languages;
|
||||
|
||||
public interface ILanguageIdentifier
|
||||
{
|
||||
Language GetLanguage(string text);
|
||||
}
|
||||
Reference in New Issue
Block a user