0.0.6 • Published 9 years ago

twee-i18n-extension v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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"
        }
    }
};