Skip to content

jfgp/latinol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

#Latiñol

A javascript translator from spanish to latiñol

http://thagat.github.io/latinol/

Usage

  • Include latinol.js or latinol.min.js on your page.
  • Create a new instance of the translator
var latinol = new Latinol();
  • Transcribe a paragraph of plain text
latinol.transcribe('some plain text');

That's it!

Transcribe a hole page

Transcribe a hole page using the transcribePage method

latinol.transcribePage();

You can also transcribe an element by calling transcribeElement

latinol.transcribePage(document.findElementById('my-div'));

About

A javascript translator from spanish to latinol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%