Rosetta is a Django application that eases the translation process of your Django projects
Find a file
2023-03-29 22:37:02 +02:00
.github proxy deeply through the backend. Fixes #271 2023-01-01 14:17:08 +01:00
docs proxy deeply through the backend. Fixes #271 2023-01-01 14:17:08 +01:00
rosetta proxy deeply through the backend. Fixes #271 2023-01-01 14:17:08 +01:00
testproject proxy deeply through the backend. Fixes #271 2023-01-01 14:17:08 +01:00
.flake8 Fixed unicode handling in gettext headers. Fixes #259 2021-07-17 18:14:27 +02:00
.gitignore wish: un-tick 'fuzzy' when a translation is changed #16 2019-04-20 17:02:14 +05:30
.pre-commit-config.yaml proxy deeply through the backend. Fixes #271 2023-01-01 14:17:08 +01:00
CHANGES Test against Django 4.2a 2023-01-17 15:55:02 +01: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
pyproject.toml proxy deeply through the backend. Fixes #271 2023-01-01 14:17:08 +01:00
README.rst Test against Django 4.1a 2022-05-18 10:56:39 +02:00
setup.py cleanup classifiers 2021-12-08 09:48:45 +01:00
tox.ini Test against Django 4.2a 2023-01-17 15:55:02 +01:00

==============
Django-Rosetta
==============

.. image:: https://github.com/mbi/django-rosetta/actions/workflows/test.yml/badge.svg
  :target: https://github.com/mbi/django-rosetta/actions/workflows/test.yml

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


Rosetta is a `Django <http://www.djangoproject.com/>`_ application that facilitates 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.9.0, django-rosetta requires Django 1.11 or later, as of version 0.9.6, django-rosetta requires Django 2.2 or later, and as of version 0.9.9 django-rosetta supports Django 3.2 or later.

********
Features
********

* 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

.. image:: https://user-images.githubusercontent.com/131808/104168653-ac277e00-53fe-11eb-975e-8d46551fac59.png


*************
Documentation
*************

Please refer to the `online documentation <http://django-rosetta.readthedocs.org/>`_ to install Rosetta and get started.