Translator
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
- In-built translator at
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
- A Simple page to see what is being translated at
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
- In-built translator at