Hi, On Mon Feb 16 2015 at 18:34:32 Paolo Cavallini <[email protected]> wrote:
> Hi all, > as far as I have understood, translations will be better integrated in > 1.3 (I now use custoom modifications of Makefile). Anyone could point > out to an howto, so I can prepare for next version? > For now, just a CHANGES file. https://github.com/sphinx-doc/sphinx/blob/master/CHANGES I filter it for translation related things: * The ``language`` config value is now available in the HTML templates. * gettext builder: gettext doesn't emit uuid information to generated pot files by default. Please set ``True`` to `gettext_uuid` to emit uuid information. Additionally, if the ``python-levenshtein`` 3rd-party package is installed, it will improve the calculation time. * gettext builder: disable extracting/apply 'index' node by default. Please set 'index' to :confval:`gettext_enables` to enable extracting index entries. * PR#217: Added config values to suppress UUID and location information in generated gettext catalogs. * Automatically compile ``*.mo`` files from ``*.po`` files when `gettext_auto_build` is True (default) and ``*.po`` is newer than ``*.mo`` file. * #1344: add :confval:`gettext_enables` to enable extracting 'index' to gettext catalog output / applying translation catalog to generated documentation. And I'll do this ticket: https://github.com/sphinx-doc/sphinx/issues/1235 > Thanks. > -- > Paolo Cavallini - www.faunalia.eu > QGIS & PostGIS courses: http://www.faunalia.eu/training.html > *New course* "QGIS for naturalists": > http://www.faunalia.eu/en/nat_course.html > Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
