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
- Host: GitHub
- URL: https://github.com/aspectron/iris-translator
- Owner: aspectron
- License: mit
- Created: 2013-06-13T09:53:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T15:26:40.000Z (almost 11 years ago)
- Last Synced: 2025-05-28T14:52:55.383Z (about 1 year ago)
- Language: JavaScript
- Size: 702 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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