mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
27 lines
729 B
ReStructuredText
27 lines
729 B
ReStructuredText
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
|
|
|
|
|
|
|
|
Contents:
|
|
=========
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
installation.rst
|
|
settings.rst
|
|
usage.rst
|
|
changes.rst
|