Rosetta is a Django application that eases the translation process of your Django projects
Find a file
2015-08-13 11:37:23 +01:00
docs Fix typo in settings docs 2015-04-26 12:25:18 -04:00
rosetta Update regular expressions to support PEP 3101 2015-08-13 11:37:23 +01: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 use the legacy env 2015-08-04 09:23:09 +02:00
CHANGES adds a test for Issue #135 and PR # 136 2015-08-04 16:12:00 +02:00
LICENSE initial commit 2011-06-16 11:25:15 +02:00
MANIFEST.in Include testporject in source distribution tarball. 2015-08-04 10:53:44 +02:00
README.rst Update README.rst 2015-04-26 19:07:48 +02:00
setup.py Exclude testproject from setuptools package detection. 2015-08-04 10:52:42 +02:00
tox.ini updated django versions in toxfile, fixed a formatting issue 2015-08-10 09:00:59 +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 refer to the `online documentation <http://django-rosetta.readthedocs.org/>`_ to install Rosetta and get started.