Merge pull request #469 from yileicn/master

Update TranslationService.cs
This commit is contained in:
C. Oceania 2024-05-22 07:22:58 -05:00 committed by GitHub
commit e75fd5db12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ using BotSharp.Abstraction.Templating;
using BotSharp.Abstraction.Translation.Models;
using System.Collections;
using System.Reflection;
using System.Text.Encodings.Web;
namespace BotSharp.Core.Translation;