Rosetta is a Django application that eases the translation process of your Django projects
Find a file
2015-06-04 11:04:20 +02:00
docs Fix typo in settings docs 2015-04-26 12:25:18 -04:00
rosetta adds a fuzzy toggle, fixes Issue #132 2015-06-04 11:04:20 +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 for PR #130 2015-04-26 19:04:56 +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-26 19:07:48 +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 refer to the `online documentation <http://django-rosetta.readthedocs.org/>`_ to install Rosetta and get started.