plainheart / bing-translate-api

A simple and free API for Bing & Microsoft Translator for Node.js
https://github.com/plainheart/bing-translate-api
MIT License
156 stars 28 forks source link

Implemented this library using java language #29

Closed marmot-z closed 10 months ago

marmot-z commented 10 months ago

Hi, plainheart. Thank you very much for developing such a useful toolkit. Recently I wanted to use bing translate to implement some translation functions, but unfortunately there is no similar toolkit in the java ecosystem, so I imitated this project. A java version of the tool was created. If you want, can you link it to Related projects in the README?

plainheart commented 10 months ago

Cool. Please open a PR to add your repo to the related project list.

marmot-z commented 10 months ago

Cool. Please open a PR to add your repo to the related project list.

I submitted this PR : https://github.com/plainheart/bing-translate-api/pull/30