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
|
Source: itstool
Section: text
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Build-Depends: debhelper (>= 11), python (>= 2.6.6-3~), python-libxml2
Standards-Version: 4.2.1
Homepage: http://itstool.org/
Vcs-Git: https://salsa.debian.org/python-team/applications/itstool.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/itstool
Package: itstool
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, python, python-libxml2
Description: tool for translating XML documents with PO files
ITS Tool allows you to translate your XML documents with PO files, using rules
from the W3C Internationalization Tag Set (ITS) to determine what to translate
and how to separate it into PO file messages.
.
ITS Tool is designed to make XML documents translatable through PO files by
applying standard ITS rules, as well as extension rules specific to ITS Tool.
ITS also provides an industry standard way for authors to override translation
information in their documents, such as whether a particular element should be
translated.
|