https://github.com/dohliam/gpb-translator
A translation frontend for the Global Pratham Books Project
https://github.com/dohliam/gpb-translator
Last synced: 11 months ago
JSON representation
A translation frontend for the Global Pratham Books Project
- Host: GitHub
- URL: https://github.com/dohliam/gpb-translator
- Owner: dohliam
- License: mit
- Created: 2016-04-25T05:49:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T16:39:25.000Z (about 10 years ago)
- Last Synced: 2025-01-26T10:08:45.236Z (over 1 year ago)
- Language: JavaScript
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Global-PB Translator - Translation system for the Global Pratham Books Project
This repository is a fork of the [gasp-translator](https://github.com/dohliam/gasp-translator) project with the goal building an easy-to-use and accessible translation system to automate the process of translating [Pratham Books](http://prathambooks.org/) stories into other languages for [Global-PB](https://github.com/global-asp/global-pb).
It has deliberately been kept as minimal as possible to allow translators to focus on the translation with as little distraction as possible.
You can visit the live Translator tool [here](https://global-asp.github.io/pb/translator).
## Usage
To begin translating stories, just click on the "Translate!" button at the bottom of the page. This will open up a story from the [Pratham Books](http://prathambooks.org/) collection, with empty space on the right for you to enter your translation.
Make sure to enter your name and the language you are translating into at the top of the page. Your work will be released under the same Creative Commons license as the original story, and you will be credited for attribution using the name you select here. You can edit either field at any time, e.g. if you want to change the way you are attributed or translate into a different language.
## More information
For further details on using the translator or on the data format used here, see the [gasp-translator](https://github.com/dohliam/gasp-translator) project.
## License
The code portion of this project is released under the MIT license (see LICENSE file for details).
The full text of the original Pratham Books stories is derived from the [pb-source repo](https://github.com/global-asp/pb-source). All stories are Creative Commons licensed (CC BY 4.0), or Public Domain, as indicated. License information is included with each file, and also displayed in gpb-translator during the translation process.
"Next", "previous", and "random" buttons are courtesy of [Material Design Icons](https://github.com/google/material-design-icons) (CC-BY).
[Tacit CSS](https://github.com/yegor256/tacit/) by Yegor Bugayenko is licensed under MIT.
Submissions are handled by [Formspree](http://formspree.io/).
Pure CSS modals within the app are made possible by [drublic](https://github.com/drublic)'s [css-modal](https://github.com/drublic/css-modal) project.