A GNUSocial plugin to translate status on the fly with Yandex API

kim 1613329751 Merge branch 'master' of diogo/YandexTranslate into master 4 years ago
README.md 3f4e5022ad fire translaione onclick 4 years ago
YandexTranslatePlugin.php 84d2ad0338 [FORMAT] Run php-cs-fixer 4 years ago
jquery.min.js 22768a99f7 first commit 4 years ago

README.md

YANDEX TRANSLATE GNUSOCIAL PLUGIN

This little plugin create a translate button at the end of each status on your timeline working with the Yandex API.

CONFIG

Add to the config.php file this lines

$config['site']['yandex']['api_key'] = ''; //Your Yandex API key
$config['site']['yandex']['lang'] = ''; //the shortcode of the desired language, ex. es for spanish
addPlugin('YandexTranslate'); // Activate Plugin