Paketname | python-django-rosetta |
Beschreibung | Eases the translation process of your Django projects |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5.6-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 392 Byte |
Hängt ab von | python, python-support (>= 0.90.0), python-django (>= 1.1), python-polib (>= 0.5.1) |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | |
Paketgröße | 29114 Byte |
Prüfsumme MD5 | 428528b5b40c38cf08addba425a3059d |
Prüfsumme SHA1 | 6a70b92d221bd8735a6d0521fe783ba84105f956 |
Prüfsumme SHA256 | db9bed18559f454f7275a672f0a1abe2bbfe0ab10a4cdf176a965704b293b0d5 |
Link zum Herunterladen | python-django-rosetta_0.5.6-1_all.deb |
Ausführliche Beschreibung | 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.
.
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
* Translation suggestions via Google AJAX Language API
.
Acknowledgments:
* Rosetta uses the excellent polib library to parse and handle Po files.
|