Language Translation Framework for Applications & Web Sites
npm install translationTranslator
==========
NodeJS Language Translation Framework for Applications & Web Sites
Examples:
#####Inbuilt Editor:
node example/example.js
* It will provide
* In-built translator at http://localhost:3030/translator
* A Simple page to see what is being translated at http://localhost:3000
#####Seperate Editor:
node example/exampleSeparateEditor.js
* It will provide
* A Simple page to see what is being translated at http://localhost:3000
* Now you can edit translation file (example/messages/translation) manualy or by using your own editor or inbuilt editor on-demand
#####Custom Editor:
node example/exampleCustomEditorUI.js
* It will provide
* In-built translator at http://localhost:3030/translator. But html/js/css are used from example/customEditor folder
* A Simple page to see what is being translated at http://localhost:3000