File: pofile.rst

package info (click to toggle)
python-babel 2.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,888 kB
  • sloc: python: 14,521; makefile: 177; javascript: 77; sh: 8
file content (12 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
PO File Support
===============

.. module:: babel.messages.pofile

The PO file support can read and write PO and POT files.  It reads them
into :class:`~babel.messages.catalog.Catalog` objects and also writes
catalogs out.

.. autofunction:: read_po

.. autofunction:: write_po