An open API service indexing awesome lists of open source software.

https://github.com/aspectron/iris-translator

NodeJS Language Translation Framework for Applications & Web Sites
https://github.com/aspectron/iris-translator

Last synced: about 1 year ago
JSON representation

NodeJS Language Translation Framework for Applications & Web Sites

Awesome Lists containing this project

README

          

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

#####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