summaryrefslogtreecommitdiff
path: root/sphinx/builders/gettext.py
Commit message (Expand)AuthorAgeFilesLines
* Incompatibility. Now :confval:`gettext_uuid` is set False by default. If Fals...shimizukawa2014-10-051-0/+5
* add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...shimizukawa2014-09-281-9/+10
* remove with_statement feature for py25.shimizukawa2014-09-261-1/+0
* Move status_iterator to application object.Georg Brandl2014-09-221-3/+3
* Automatically compile ``*.mo`` files from ``*.po`` files.shimizukawa2014-08-031-0/+3
* remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...shimizukawa2014-05-251-1/+1
* wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-1/+1
* replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350shimizukawa2014-04-301-7/+8
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-1/+3
* merge with stableGeorg Brandl2014-03-021-8/+10
|\
| * merge with stableGeorg Brandl2014-03-021-8/+10
| |\
| | * Add versionadded tags for new config values.Georg Brandl2014-03-011-1/+2
| | * Merged in kenhys/sphinx (pull request #217)Georg Brandl2014-03-011-1/+1
| | |\
| | | * Update copyright year.Georg Brandl2014-03-011-1/+1
| | | |\
| | * | | Add feature to suppress uuid/location information for message catalogshayashi2014-02-011-7/+8
| | | |/ | | |/|
| | * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* | | | Fix long lines.Georg Brandl2014-03-021-1/+2
|/ / /
* | | Fix 'make gettext' fails when the '.. todolist::' directive is present. Close...shimizukawa2014-03-021-0/+3
| |/ |/|
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Fix ResourceWarnings with Python 3.2 or later. Closes #1269shimizukawa2013-11-171-1/+4
* Backed out changeset cfe9e2d11003 refs #1265shimizukawa2013-10-041-8/+1
* Now gettext translates label target name. Fix i18n: crash when using a indire...shimizukawa2013-10-041-1/+8
* Small consistency fix for timestamp tzoffset calculation.Georg Brandl2013-09-161-2/+3
* Fix again. Remove the effect of DST changing by the execution time difference...shimizukawa2013-06-151-2/+4
* Force timezone offset to LocalTimeZone on POT-Creation-Date that was generate...shimizukawa2013-06-131-11/+12
* add CHANGES for pot-creation-date format. Closes #1182shimizukawa2013-06-041-1/+0
* Add +0000 to POT-Creation-Datemasklinn2013-05-281-2/+20
* Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8 enc...shimizukawa2013-04-131-1/+1
* Fix: although template file did not have translation string, 'makee gettext' ...shimizukawa2013-04-131-3/+1
* builders: fix status_iterator backwards compatibilityGeorg Brandl2013-03-291-3/+2
* Add i18n capabilities for custom templates.shimizukawa2013-03-101-4/+54
* Fix pyflakes issues.Georg Brandl2013-01-131-1/+1
* Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-051-1/+13
* Copyright update.Georg Brandl2013-01-011-1/+1
* Satisfy "make check".Georg Brandl2011-10-091-1/+2
* Add project name to PO header.Robert Lehmann2011-10-081-1/+1
* Respect gettext_compact in message patching too.Robert Lehmann2011-10-031-1/+2
* Closes #561: Add configuration option to prevent catalog bundling.Robert Lehmann2011-10-031-5/+8
* Fix #765: on Windows, relpath() does not always succeed.Georg Brandl2011-09-211-4/+2
* [i18n] fix reference line separator.kou2011-08-141-2/+2
* [i18n] use relative path from output directory for source path.kou2011-08-121-1/+1
* Move node filtering into extract_messages.Robert Lehmann2011-07-061-4/+0
* Distribute UUIDs over multiple comment lines.Robert Lehmann2011-07-061-2/+2
* Comment and stretch out code.Robert Lehmann2011-07-061-9/+15
* Close #630: Revamp data structures used for message catalogs.Robert Lehmann2011-07-061-6/+16
* skip literal_blockshibu2010-10-281-0/+2
* Refactor comment generating code for message catalogs.Robert Lehmann2011-07-061-8/+11
* [i18n] support reference line.kou2011-05-081-4/+9
* [i18n] don't generate duplicated msgid.kou2011-05-081-4/+7
* Rename "intl" module to "gettext", to make it easier to find. Distinguish en...Georg Brandl2011-01-081-0/+103