Sidebar Network

django-rosetta A Django application that eases the translation process of your Django projects.

The Basics

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.

Project Homehttp://code.google.com/p/django-rosetta/
Grab the Repository – svn checkout http://django-rosetta.googlecode.com/svn/trunk/
 

Recent Commits

  • 67 was committed 1 month ago.
    Use a StringIO instead of temporary files to generate the downloaded zipfile
  • 66 was committed 1 month, 1 week ago.
    implements #32 — handle fuzzy messages
  • 65 was committed 2 months, 2 weeks ago.
    experimental: positioning of originals, relative to the associated translation
  • 64 was committed 3 months ago.
    upgraded polib and fixed a CSS issue with the new Django 1.1 admin stylesheet
  • 63 was committed 3 months, 1 week ago.
    Fixes #44 - Thank you Carl for the sample setup.py file
  • 62 was committed 4 months, 3 weeks ago.
    0.4
  • 61 was committed 5 months, 3 weeks ago.
    yet another possible fix to the encoding issues on the Last-Translator field
  • 60 was committed 7 months ago.
    Spanish translation, thank you Antonio Mele!
  • 59 was committed 7 months, 2 weeks ago.
    fixes #35
  • 58 was committed 8 months, 1 week ago.
    fixes issue 33 — thank you trebor74hr