Socket
Socket
Sign inDemoInstall

castellano

Package Overview
Dependencies
0
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    castellano

Mensajes en castellano para algunos módulos de node.js


Version published
Weekly downloads
24
increased by242.86%
Maintainers
2
Install size
4.15 kB
Created
Weekly downloads
 

Readme

Source

castellano

Mensajes en castellano para algunos módulos de node.js

extending npm-version downloads build climate dependencies qa-control

language: English also available in: Spanish

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){
        // gracias a "cliente-en-castellano"
        // los botones Yes y No ahora dicen Sí y No
        return alertPromise("¡Claro que sí!");
    }).then(function(){
        button.textContent='¡vovler a probar!';
    });
}
</script>

License

MIT

FAQs

Last updated on 04 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc