Rosetta is a Django application that eases the translation process of your Django projects
Find a file
2017-09-23 08:19:21 +02:00
.github Create ISSUE_TEMPLATE.md 2016-03-16 11:26:58 +01:00
docs version bump 2017-09-23 08:19:21 +02:00
rosetta version bump 2017-09-23 08:19:21 +02:00
testproject use AdminSite.index_template instead of overriding the default AdminSite 2016-12-13 11:26:09 +01:00
.gitignore Rosetta at admin panel 2016-12-13 10:48:14 +02:00
.travis.yml Release 0.7.13 2017-04-05 09:57:08 +02:00
CHANGES updated docs 2017-09-23 08:18:30 +02:00
LICENSE initial commit 2011-06-16 11:25:15 +02:00
MANIFEST.in Include the static directory in the dist packages. Fixes #162 2016-03-09 20:45:16 +01:00
README.rst Release 0.7.13 2017-04-05 09:57:08 +02:00
setup.py 0.7.8 release: missing includes in MANIFEST.in 2015-12-03 10:13:53 +01:00
tox.ini explicitly enable warnings in the test runner 2017-04-07 10:13:53 +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.

Note: as of version 0.7.13 django-rosetta requires Django 1.8 or later.

********
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.