Rosetta is a Django application that eases the translation process of your Django projects
Find a file
2021-03-04 13:58:34 +01:00
.github Create ISSUE_TEMPLATE.md 2016-03-16 11:26:58 +01:00
docs Merge branch 'google-translation-api' of github.com:martinsvoboda/django-rosetta into martinsvoboda-google-translation-api 2021-03-04 13:58:34 +01:00
rosetta Merge branch 'google-translation-api' of github.com:martinsvoboda/django-rosetta into martinsvoboda-google-translation-api 2021-03-04 13:58:34 +01:00
testproject Removed support and tests for Django <= 2.1 2021-01-11 11:13:05 +01:00
.gitignore wish: un-tick 'fuzzy' when a translation is changed #16 2019-04-20 17:02:14 +05:30
.pep8 dropped support for python2 and django < 1.11 2020-06-07 16:43:21 +02:00
.travis.yml Test against Python3.9 2021-01-11 11:30:26 +01:00
CHANGES Changelog and paths 2021-03-04 13:31:20 +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
README.rst Adds screenshot 2021-01-11 11:19:22 +01:00
setup.py Add compatible Django versions classifiers to setup and badges for distributed PyPi package version and license to README. 2020-08-21 09:46:38 +02:00
tox.ini require a recent virtualenv for tox runs, or Python 3.9 build will fail 2021-01-11 12:46:39 +01:00

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

.. image:: https://travis-ci.org/mbi/django-rosetta.svg?branch=develop
  :target: http://travis-ci.org/mbi/django-rosetta

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

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