Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sejas/smultrator
Traductor de Smultron usando la api de GOOGLE translator
https://github.com/sejas/smultrator
Last synced: about 3 hours ago
JSON representation
Traductor de Smultron usando la api de GOOGLE translator
- Host: GitHub
- URL: https://github.com/sejas/smultrator
- Owner: sejas
- Created: 2012-03-14T13:27:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-03T13:52:25.000Z (about 12 years ago)
- Last Synced: 2025-01-01T15:42:16.323Z (2 days ago)
- Language: PHP
- Homepage: http://antonio.sejas.es/proyectos/google/traductor/
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Autor: Antonio Sejas
Uri: http://antonio.sejas.es
License: (cc) Antonio Sejas//LLAMADA: http://antonio.sejas.es/proyectos/google/traductor/?texto=hobbies&from=en&to=es&json
//LLAMADA: http://antonio.sejas.es/proyectos/google/traductor/?texto=hobbies&from=en&to=es
//LLAMADA: http://antonio.sejas.es/proyectos/google/traductor/?texto=hobbies
//VIA:http://code.google.com/intl/es-ES/apis/language/translate/v2/using_rest.html/*EJemplo respuesta de google JSON
{
"data": {
"translations": [
{
"translatedText": "Hallo Welt"
}
]
}
}
*///////////////GIT
git remote add origin [email protected]:antoniosejas/Smultrator.git
git push -u origin master