Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    django-rosetta 0.6.6

    Download button

    No screenshots available
    Downloads: 892  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Marco Bonetti | More programs
    MIT/X Consortium Lic... / FREE
    March 28th, 2012, 16:10 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    django-rosetta description

    A Django application that eases the translation process of your Django projects

    django-rosetta is a Django plugin 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.

    Installation

    Note: Point releases are thoroughly tested, but you are safe (and strongly encouraged) to use the development version right off the SVN trunk.

    To install Rosetta:

    1. Download the application and place the rosetta folder anywhere in your Python path (your project directory is fine, but anywhere else in your python path will do)
    2. Add a 'rosetta' line to the INSTALLED_APPS in your project's settings.py
    3. Add an URL entry to your project's urls.py, for example:

     from django.conf import settings
     if 'rosetta' in settings.INSTALLED_APPS:
     urlpatterns += patterns('',
     url(r'^rosetta/', include('rosetta.urls')),
     )


    Note: you can use whatever you wish as the URL prefix.

    To uninstall Rosetta:

    1. Comment out or remove the 'rosetta' line in your INSTALLED_APPS
    2. Comment out or remove the url inclusion


    Product's homepage

    Here are some key features of "django-rosetta":

    · 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
    · Translation suggestions via Google AJAX Language API

    Requirements:

    · Python
    · Django

      


    TAGS:

    translation process | Python library | Django | translation | process



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM