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

  • 38 was committed 2 days, 13 hours ago.
    oops, how could I forget that one?
  • 37 was committed 3 days, 2 hours ago.
    fixes #25
  • 36 was committed 6 days, 10 hours ago.
    Added Russian and Ukrainian translations. Thank you, Nazar.
  • 35 was committed 6 days, 11 hours ago.
    Applied last patch of #23 — Thank you, Joost
  • 34 was committed 1 week, 2 days ago.
    use old-school decorators to maintain backwards compatibility
  • 33 was committed 2 weeks, 2 days ago.
    fixes #22
  • 32 was committed 2 weeks, 2 days ago.
    fixes #19 — not sure if this actually makes sense, but there goes.
  • 31 was committed 2 weeks, 2 days ago.
    no need to do complex pagination if we have under ten pages…
  • 30 was committed 2 weeks, 2 days ago.
    fixes #20 and #21 — thanks for the patch!
  • 29 was committed 2 months ago.
    partial fix for #15 I can’t really reproduce this bug: even when using non-ascii the Po file is properly saved. In the meantime this should be a quickfix