tinoni / translate.js

A jQuery plugin to translate text in the client side
MIT License
87 stars 84 forks source link

Do not recognize accents on words #11

Closed dsebao closed 6 years ago

dsebao commented 6 years ago

If a string has accents the plugin not recognize them. In example:

<div class="trn">Así</div>

Dictionary

"Así": {
    es: "Así",
    en: "Like that",
},
dsebao commented 6 years ago

Discard this error was my mistake with some space in the string.