✨ Translation
This commit is contained in:
6
DysonNetwork.Sphere/Translation/ITranslationProvider.cs
Normal file
6
DysonNetwork.Sphere/Translation/ITranslationProvider.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DysonNetwork.Sphere.Translation;
|
||||
|
||||
public interface ITranslationProvider
|
||||
{
|
||||
public Task<string> Translate(string text, string targetLanguage);
|
||||
}
|
Reference in New Issue
Block a user