This is a .Net Core 2 console application that accepts a JSON file, calls the Microsoft Text Translator API in Azure and writes translated files to disk.
Info
Version: | 3.0.0.1 |
Author(s): | Sean Wernimont |
Last Update: | Sunday, December 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/swernimo/translator |
NuGet Url: | https://www.nuget.org/packages/JSONTranslator |
Install
Install-Package JSONTranslator
dotnet add package JSONTranslator
paket add JSONTranslator
JSONTranslator Download (Unzip the "nupkg" after downloading)
Dependencies
- CommandLineParser.FSharp(>= 2.2.1)
- FSharp.Core(>= 4.3.4)
- Microsoft.NETCore.App(>= 2.0.0)
- Newtonsoft.Json(>= 11.0.2)
Tags