File: catalog.rst

package info (click to toggle)
python-babel 2.6.0%2Bdfsg.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164,640 kB
  • sloc: xml: 1,848,178; python: 11,849; makefile: 213; sh: 44
file content (25 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (4)
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
Messages and Catalogs
=====================

.. module:: babel.messages.catalog

This module provides a basic interface to hold catalog and message
information.  It's generally used to modify a gettext catalog but it is
not being used to actually use the translations.

Catalogs
--------

.. autoclass:: Catalog
   :members:

Messages
--------

.. autoclass:: Message
   :members:

Exceptions
----------

.. autoexception:: TranslationError