castellano
0.1.3 • Public • Published castellano
Mensajes en castellano para algunos módulos de node.js

language:
also available in:

Use
<script src="dialog-promise.js"></script>
<script src="cliente-en-castellano.js"></script>
<button onclick='el_ejemplo(this)'>ejemplo</button>
<script>
function el_ejemplo(button){
confirmPromise("¿Se ven las respuestas en castellano?").then(function(name){
return alertPromise("¡Claro que sí!");
}).then(function(){
button.textContent='¡vovler a probar!';
});
}
</script>
License
MIT
Keywords
noneInstall
npm i castellano
Weekly Downloads