Skip to content

Rosetta is a Django application that eases the translation process of your Django projects

License

Notifications You must be signed in to change notification settings

Frohus/django-rosetta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Rosetta

image

image

image

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

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

Documentation

Please refer to the online documentation to install Rosetta and get started.

About

Rosetta is a Django application that eases the translation process of your Django projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.2%
  • HTML 12.3%
  • JavaScript 4.8%
  • CSS 1.6%
  • Shell 0.1%