Rosetta is a Django application that eases the translation process of your Django projects
Find a file
Marco Bonetti 6efeb337a3 Merge pull request #156 from AtaZh/develop
Update django.po
2016-02-15 10:40:11 +01:00
docs 0.7.8 release: missing includes in MANIFEST.in 2015-12-03 10:13:53 +01:00
rosetta Merge pull request #156 from AtaZh/develop 2016-02-15 10:40:11 +01:00
testproject Fix issue #133: Support discovering locale directories like zh_Hans(xx_Xxxx) 2016-02-03 21:07:45 +08:00
.gitignore 0.7.8 release: missing includes in MANIFEST.in 2015-12-03 10:13:53 +01:00
.travis.yml dont flake8 2015-09-24 13:50:02 +02:00
CHANGES Update CHANGES 2016-02-08 22:33:45 +01:00
LICENSE initial commit 2011-06-16 11:25:15 +02:00
MANIFEST.in 0.7.8 release: missing includes in MANIFEST.in 2015-12-03 10:13:53 +01:00
README.rst 0.7.7 release, supporting Django 1.9 2015-12-02 08:56:54 +01:00
setup.py 0.7.8 release: missing includes in MANIFEST.in 2015-12-03 10:13:53 +01:00
tox.ini 0.7.8 release: missing includes in MANIFEST.in 2015-12-03 10:13:53 +01: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.7 django-rosetta requires Django 1.7 or later. If you need support for earlier versions of Django (1.4+) you should stick to 0.7.6.

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