File: README.md

package info (click to toggle)
python-setuptools-gettext 0.1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 343; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
This directory contains an example project that uses ``setuptools_gettext``.

Note that while it uses the standard Python ``gettext`` module to access translations,
``setuptools_gettext`` will also happily work with other gettext-compatible
packages.

The pot file can be updated by running ``./setup.py update-pot`` in the current
directory.

A new translation file can be created by
running ``msginit -l $LANG -o po/$LANG.po po/hallowereld.pot``.