-
translate - takes text provided and translates it into a desired language
This is definitely easy to put together - https://translate.yandex.net/api/v1.5/tr.json/translate is probably the API you w…
-
Если введено 1-2 слова, то для них можно запрашивать информацию у https://tech.yandex.com/dictionary/doc/dg/reference/lookup-docpage/ с альтернативными переводами и выводить ниже, как это делает стран…
-
I used following code , I need to translation multiple words at a time.
``` php
require_once './vendor/autoload.php';
use Yandex\Translate\Translator;
use Yandex\Translate\Exception;
try {
$tran…
-
After testing the app with the new user-defined translations feature for a week or two, it's become pretty clear to me what additional feature would bring about the largest improvement with the smalle…
-
**不知道是不是yandex,有两个翻译的Url地址??**
**我查询yandex 翻译器的文档如下图。。好像翻译器是v1.5版本??**
https://yandex.com/dev/translate/doc/en/reference/getLangs
![微信图片_20231107025919](https://github.com/dmMaze/BallonsTran…
-
I would love to see the voice-over video translation in your awesome app. May will be not that hard to integrate this already implemented feature from Yandex Browser with this [rep](https://github.com…
-
https://translate.yandex.com/ocr
![image](https://user-images.githubusercontent.com/14048253/49683458-36a2a280-fb00-11e8-9e82-c26c7f002e24.png)
有很多可选转换语言
![image](https://user-images.githubuser…
-
Hello, thank you very much for the new awesome fantastic wonderful new version of oour beloved QMPlay2 media player !! 💯 🥇
Please i have request : we can download anime in Japanese from streaming …
-
Hello dear Dev
I appreciate your work providing this amazing plugin
Kindly add DeepL with Arabic Language Support, Built-in, similar to Google and Bing
update to : GPT4o to Azure / Open AI
Gemin…
-
In order to make it possible to add multiple translation services, a code refactor is needed. We need to create a class to wrap the various API's, expose a universal translate method, and a standard s…