Tamil words Collections with English Meaning.
- Setup Translate API
cd public
composer install- Setup Store for Pull the data into Database
cd store
yarn- English to Tamil
http://localhost:6001/translate.php?word=example[{"tamilword":"உதாரணமாக","englishmeaning":"example"}]- Tamil to English
http://localhost:6001/translate.php?word=உதாரணமாக[{"tamilword":"உதாரணமாக","englishmeaning":"For example"}]Google Translate PHP - https://github.com/Stichoza/google-translate-php
MIT