File: control

package info (click to toggle)
python-django-rosetta 0.7.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 572 kB
  • ctags: 245
  • sloc: python: 1,992; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: python-django-rosetta
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Ziegler <diese-addy@funzt-halt.net>
Build-Depends: python, debhelper (>= 7.0.50~), python-setuptools (>= 0.6.10), dh-python
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/django-rosetta
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-rosetta/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-rosetta/trunk/

Package: python-django-rosetta
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.2),
 python-polib (>= 1.0.3)
Description: Eases the translation process of your Django projects
 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.