djangocms-rosetta
A little helper module for translating text.
Adds a menu in the Django CMS Toolbar that links to the admin of the translations module django-rosetta by Marco Bonetti.
Code hosted on github.
Requirements
- Django>=1.7
- django-cms>=3.1
- django-rosetta>=0.7
It might also work with elder versions, but I havn't tested this (yet).
Installation
This module requires a working django-cms
installation.
It will work after you perform these four steps:
- Install with pip:
pip install djangocms-rosetta
- Add
djancocms_rosetta
androsetta
to yourINSTALLED_APPS
. - Include the required urls in your urlconf:
url(r'^rosetta/', include('rosetta.urls'))
- Create translation files for all languages used in your project:
python manage.py makemessages -l en
...
Configuration and more info
The django-rosetta docs provide some more information about possible configurations and what rosetta does.
Questions
This module is tiny and new and published hoping it might be useful for anyone.
If it doesn't work as you expect, please create an issue on github.
Author
Philipp Zedler
philipp@neue-musik.com
www.zedler.it