translate.convert: translate.convert is part of the translate package It contains code
to convert between different storage formats for localizations
translate.convert.convert: Handles converting of files between formats (used by
translate.convert tools)
translate.convert.csv2po: convert Comma-Separated Value (.csv) files to Gettext PO
localization files
translate.convert.csv2tbx: convert Comma-Separated Value (.csv) files to a TermBase eXchange
(.tbx) glossary file
translate.convert.dtd2po: script to convert a mozilla .dtd UTF-8 localization format to a
gettext .po localization file using the po and dtd modules, and the
dtd2po convertor class which is in this module You can convert back
to .dtd using po2dtd.py
translate.convert.po2csv: convert Gettext PO localization files to Comma-Separated Value
(.csv) files
translate.convert.po2dtd: script that converts a .po file to a UTF-8 encoded .dtd file as
used by mozilla either done using a template or just using the .po
file
translate.storage.cpo: Classes that hold units of .po files (pounit) or entire files
(pofile).
translate.storage.csvl10n: classes that hold units of comma-separated values (.csv) files
(csvunit) or entire files (csvfile) for use with localisation
translate.storage.dtd: classes that hold units of .dtd files (dtdunit) or entire files
(dtdfile) these are specific .dtd files for localisation used by
mozilla
translate.storage.odf: This class implements the functionality for handling OpenDocument
files.
translate.storage.oo: Classes that hold units of .oo files (oounit) or entire files
(oofile).
translate.storage.php: classes that hold units of php localisation files (phpunit) or
entire files (phpfile) these files are used in translating many PHP
based applications
translate.storage.po: A class loader that will load C or Python implementations of the PO
class depending on the use_implementation variable
translate.storage.poxliff: An xliff file specifically suited for handling the po
representation of xliff.
translate.storage.properties: classes that hold units of .properties files (propunit) or entire files
(propfile) these files are used in translating Mozilla and other software
translate.storage.pypo: classes that hold units of .po files (pounit) or entire files
(pofile) gettext-style .po (or .pot) files are used in translations
for KDE et al (see kbabel)
translate.tools.pocount: Create string and word counts for supported localization files
including: XLIFF, TMX, Gettex PO and MO, Qt .ts and .qm, Wordfast
TM, etc