Rosetta is a Django application that eases the translation process of your Django projects
Find a file
David Friedman 7409de59fb Fix typo in settings docs
Should be `ROSETTA_EXCLUDED_PATHS` and not `ROSETTA_EXCLUDE_PATHS`
2015-04-26 12:25:18 -04:00
docs Fix typo in settings docs 2015-04-26 12:25:18 -04:00
rosetta 0.7.6 release 2015-04-02 10:13:57 +02:00
testproject adds a msgctxt comment 2015-02-27 11:13:15 +01:00
.gitignore ignore built docs 2015-04-02 15:56:24 +02:00
.travis.yml 0.7.6 release 2015-04-02 10:13:57 +02:00
CHANGES changelog 2015-04-02 15:57:01 +02:00
LICENSE initial commit 2011-06-16 11:25:15 +02:00
MANIFEST.in prune some __pycache__ folders 2013-12-26 15:11:13 +01:00
README.rst Update README.rst 2015-04-02 16:13:22 +02:00
setup.py Test and require polib >= 1.0.6 2015-02-26 13:50:40 +01:00
tox.ini some documentation 2015-04-02 15:49:10 +02:00

=======
Rosetta
=======

.. image:: https://travis-ci.org/mbi/django-rosetta.png?branch=develop
  :target: http://travis-ci.org/mbi/django-rosetta


Rosetta is a `Django <http://www.djangoproject.com/>`_ application that eases the translation process of your Django projects.

Because it doesn't export any models, Rosetta doesn't create any tables in your project's database. Rosetta can be installed and uninstalled by simply adding and removing a single entry in your project's `INSTALLED_APPS` and a single line in your main ``urls.py`` file.

********
Features
********

* Database independent
* Reads and writes your project's `gettext` catalogs (po and mo files)
* Installed and uninstalled in under a minute
* Uses Django's admin interface CSS


*************
Documentation
*************

Please see the `online documentation <http://django-rosetta.readthedocs.org/>`_ to install Rosetta and get started.