Software Details:
Version: 0.2.2
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 61
sphinx-gettext-helper is a Sphinx extension that contains the gettext helper script for Sphinx .
This script enable you to update and build gettext message catalogs more easy:
# update and merge PO file from POT file (pot file is generated from Sphinx)
$ sphinx-gettext-helper --potdir=_build/locale --update
# build MO file from translated PO file
$ sphinx-gettext-helper --potdir=_build/locale --build
Requirements:
- Python
- Sphinx
Comments not found