https://github.com/mbi/django-rosetta
  
  
    Rosetta is a Django application that eases the translation process of your Django projects 
    https://github.com/mbi/django-rosetta
  
django gettext i18n internationalization python translation
        Last synced: 6 months ago 
        JSON representation
    
Rosetta is a Django application that eases the translation process of your Django projects
- Host: GitHub
- URL: https://github.com/mbi/django-rosetta
- Owner: mbi
- License: mit
- Created: 2011-06-16T09:19:42.000Z (over 14 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-12T06:03:34.000Z (7 months ago)
- Last Synced: 2025-05-08T00:15:35.303Z (6 months ago)
- Topics: django, gettext, i18n, internationalization, python, translation
- Language: Python
- Homepage:
- Size: 1010 KB
- Stars: 1,133
- Watchers: 30
- Forks: 202
- Open Issues: 54
- 
            Metadata Files:
            - Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
 
Awesome Lists containing this project
- awesome-django - django-rosetta - Rosetta provides a UI to read and write your project's gettext catalogs within the Django Admin. (Third-Party Packages / Internationalisation (i18n))
- starred-awesome - django-rosetta - Rosetta is a Django application that eases the translation process of your Django projects (Python)
- stars - mbi/django-rosetta - Rosetta is a Django application that eases the translation process of your Django projects (Python)
- best-of-web-python - GitHub - 30% open · ⏱️ 12.04.2025): (Django Utilities)
README
          ==============
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 `_ 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
* As of version 0.9.9 django-rosetta supports Django 3.2 or later
* As of version 0.10.0, django-rosetta requires Django 4.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
* Get automatic translations via Deepl, OpenAI, Google Translate and more.
.. image:: https://user-images.githubusercontent.com/131808/104168653-ac277e00-53fe-11eb-975e-8d46551fac59.png
*************
Documentation
*************
Please refer to the `online documentation `_ to install Rosetta and get started.