Rosetta is a Django application that eases the translation process of your Django projects
Find a file
2019-04-12 16:31:40 +02:00
.github Create ISSUE_TEMPLATE.md 2016-03-16 11:26:58 +01:00
docs New ROSETTA_LANGUAGES setting allows for translating languages which are not yet in LANGUAGES 2019-04-07 12:50:18 +02:00
rosetta No need to lower keys, after all… 2019-04-12 16:06:13 +02:00
testproject Fix for duplicate PO files listed on case insensitive filesystems (#47, #52, #218, thanks @malkstar) 2019-04-12 16:02:42 +02:00
.gitignore Rosetta at admin panel 2016-12-13 10:48:14 +02:00
.pep8 Check PEP8 while running tests 2018-01-10 12:44:24 +01:00
.travis.yml how about that 2019-04-12 16:31:40 +02:00
CHANGES Fix for duplicate PO files listed on case insensitive filesystems (#47, #52, #218, thanks @malkstar) 2019-04-12 16:02:42 +02:00
LICENSE initial commit 2011-06-16 11:25:15 +02:00
MANIFEST.in MANIFEST.in is a mistery 2018-08-07 08:40:55 +02:00
README.rst 0.9.0 release 2018-08-24 09:11:26 +02:00
setup.py Removed old compatibility code for Django < 1.11 2018-08-24 10:11:14 +02:00
tox.ini Fix for duplicate PO files listed on case insensitive filesystems (#47, #52, #218, thanks @malkstar) 2019-04-12 16:02:42 +02:00

=======
Rosetta
=======

.. image:: https://travis-ci.org/mbi/django-rosetta.svg?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. As of version 0.9.0, django-rosetta requires Django 1.11 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.