Localized content on your fingertips. Or at least RESTful access to your translated texts.
- Install Node.js
- Clone this repo
- Install Express: npm install -g express-generator
- Run: npm install
- Run: npm start
- Browse to http://localhost:3000
Several l18n applications I've seen have some kind of core component attached to the product and there by also coupled to its deploy cycle. This project aim to make a localization service that is:
- small
- independent deployable
- is able to serve inserts/updates/delets of texts via REST api
- having a GUI to creat new, change existing or delete texts
- able to bulk import and export translated texts from choosen languages
Typical users of the service are
- Writers
- Developers
Typical users of the service are not
- Translators
This project aim to utilize the MEAN stack.
- MongoDB
- Express
- AngularJS
- Node.js
We are looking for collaborators. Have you any experience in seting up a MEAN stack we appreciate your help!
