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

oesah/django-rosetta

This branch is 270 commits behind mbi/django-rosetta:develop.

Folders and files

NameName
Last commit message
Last commit date
Mar 16, 2016
Dec 13, 2016
Dec 13, 2016
Dec 13, 2016
Dec 13, 2016
Aug 1, 2016
Dec 13, 2016
Jun 16, 2011
Mar 9, 2016
Dec 2, 2015
Dec 3, 2015
Aug 1, 2016

Repository files navigation

Rosetta

https://travis-ci.org/mbi/django-rosetta.png?branch=develop

Rosetta is a Django application that eases 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.7.7 django-rosetta requires Django 1.7 or later. If you need support for earlier versions of Django (1.4+) you should stick to 0.7.6.

Features

  • Database independent
  • 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

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 80.2%
  • HTML 14.2%
  • JavaScript 4.0%
  • CSS 1.6%