Skip to content

Tamil words Collections with English Meaning - API and SQL Data.

License

Notifications You must be signed in to change notification settings

mskian/tamil-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tamil Words

Translate test

Tamil words Collections with English Meaning.

Setup

  • Setup Translate API
cd public
composer install
  • Setup Store for Pull the data into Database
cd store
yarn

API

  • 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"}]

Module

Google Translate PHP - https://github.com/Stichoza/google-translate-php

LICENSE

MIT