2021-04-10 15:56:53 +00:00
==============
Django-Rosetta
==============
2011-06-16 09:34:32 +00:00
2021-04-10 15:56:53 +00:00
.. image :: https://github.com/mbi/django-rosetta/actions/workflows/test.yml/badge.svg
:target: https://github.com/mbi/django-rosetta/actions/workflows/test.yml
2021-01-11 10:13:05 +00:00
2020-08-21 07:46:38 +00:00
.. image :: https://img.shields.io/pypi/v/django-rosetta
:target: https://pypi.org/project/django-rosetta/
.. image :: https://img.shields.io/pypi/l/django-rosetta
:target: https://github.com/mbi/django-rosetta/blob/develop/LICENSE
2015-02-10 09:12:20 +00:00
2020-11-09 16:02:33 +00:00
Rosetta is a `Django <http://www.djangoproject.com/> `_ application that facilitates the translation process of your Django projects.
2011-06-16 09:34:32 +00:00
2012-07-31 08:23:41 +00:00
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.
2011-06-16 09:34:32 +00:00
2023-12-04 15:55:11 +00:00
Note:
2023-12-04 15:55:45 +00:00
2023-12-04 15:56:11 +00:00
* As of version 0.9.0, django-rosetta requires Django 1.11 or later
* As of version 0.9.6, django-rosetta requires Django 2.2 or later
* As of version 0.9.9 django-rosetta supports Django 3.2 or later
2023-12-04 15:55:11 +00:00
* As of version 0.10.0, django-rosetta requires Django 4.2 or later
2015-12-02 07:56:54 +00:00
2011-06-16 09:48:14 +00:00
***** ***
Features
***** ***
2011-06-16 09:52:59 +00:00
* 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
2011-06-16 09:34:32 +00:00
2021-01-11 10:19:22 +00:00
.. image :: https://user-images.githubusercontent.com/131808/104168653-ac277e00-53fe-11eb-975e-8d46551fac59.png
2011-08-27 15:20:23 +00:00
2012-01-05 15:00:23 +00:00
***** ***** ***
2015-04-02 14:13:22 +00:00
Documentation
2012-01-05 15:00:23 +00:00
***** ***** ***
2015-04-26 17:07:48 +00:00
Please refer to the `online documentation <http://django-rosetta.readthedocs.org/> `_ to install Rosetta and get started.