File: index.rst

package info (click to toggle)
translate-toolkit 3.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,144 kB
  • sloc: python: 73,754; sh: 1,412; makefile: 185; xml: 48
file content (53 lines) | stat: -rw-r--r-- 734 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.. _api:

API
===

The Translate Toolkit provides several modules for programmers to build
their own tools.

Module overview
----------------

The following will give you an idea about what each module is capable of.

convert
^^^^^^^
.. automodule:: translate.convert
   :noindex:

filters
^^^^^^^
.. automodule:: translate.filters
   :noindex:

lang
^^^^
.. automodule:: translate.lang
   :noindex:

misc
^^^^
.. automodule:: translate.misc
   :noindex:

search
^^^^^^
.. automodule:: translate.search
   :noindex:

storage
^^^^^^^
.. automodule:: translate.storage
   :noindex:

tools
^^^^^
.. automodule:: translate.tools
   :noindex:


Module list
------------

All the modules included in the Translated Toolkit are listed here.