New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

twee-i18n-extension

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twee-i18n-extension

I18n Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by28.57%
Maintainers
1
Weekly downloads
 
Created
Source

twee-i18n-extension

Twee.io Logo

Gitter npm npm

I18n Middleware Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js.

Using json translation files with standard translation solution: https://github.com/mashpie/i18n-node

To install it use this command:

npm install twee-i18n-extension --save

Editing package.json of your application:

"dependencies": {
    "twee-i18n-extension": "*"
}

Turning extension ON in application/configs/twee.js:

module.exports = {
    "extensions": {
        "i18n": {
            "module": "twee-i18n-extension"
        }
    }
};

Keywords

FAQs

Package last updated on 26 Feb 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc