Initial implementation of voice works scanning.
This commit is contained in:
7
JSMR.Infrastructure/Common/Locales/EnglishLocale.cs
Normal file
7
JSMR.Infrastructure/Common/Locales/EnglishLocale.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace JSMR.Infrastructure.Common.Locales;
|
||||
|
||||
public class EnglishLocale : ILocale
|
||||
{
|
||||
public string Abbreviation => "en";
|
||||
public string Code => "en_US";
|
||||
}
|
||||
Reference in New Issue
Block a user