LibreTranslate.Net
LibreTranslate.Net copied to clipboard
LibreTranslate c# library
this is so the calls to HttpClient can be safely cancelled now that Thread.Abort has been removed from .NET
### Extended language support I added the following languages to the list of supported languages to meet the capabilities of LibreTranslate. - Azerbaijani - Catalan - Czech - Danish -...
Hello, I'm trying to use the LibreTranslate API but without success. The return is always empty. I don't have a key because I use it occasionally and the API is...
#### The variable `SupportedLanguages` is declared with an uppercase 'S' but used with a lowercase 's', causing a compilation error. **Sample Code:** ```csharp System.Collections.Generic.IEnumerable SupportedLanguages = await LibreTranslate.GetSupportedLanguagesAsync(); System.Console.WriteLine(Newtonsoft.Json.JsonConvert.SerializeObject(supportedLanguages, Newtonsoft.Json.Formatting.Indented));...
I have a simple test docker image built with the following compose file: services: libretranslate: container_name: libretranslate image: libretranslate/libretranslate:latest restart: unless-stopped ports: - "5000:5000" command: --api-keys --disable-web-ui --req-limit 0 environment:...