sphinx-doc / sphinx

The Sphinx documentation generator
https://www.sphinx-doc.org/
Other
6.23k stars 2.04k forks source link

gettext does not extract definition terms #975

Closed shimizukawa closed 9 years ago

shimizukawa commented 9 years ago

When creating a definition list:

Some term
      The corresponding definition

Some other term
      The corresponding definition #2

The definition terms ("Some term" and "Some other term") are not extracted and thus cannot be translated.


shimizukawa commented 9 years ago

From Nozomu Kaneko on 2012-12-31 13:11:40+00:00

This issue is already fixed, right?

ecb7ed83c13e240ea79d879192182b97774fdbcd

shimizukawa commented 9 years ago

From Takayuki Shimizukawa on 2012-12-31 17:09:36+00:00

It was proposed by pull request #72 and was merged. I'm going to add test for this.

shimizukawa commented 9 years ago

From Takayuki Shimizukawa on 2013-01-01 06:33:43+00:00

Add regression test for gettext does not extract definition terms. Closes #975

→ <<cset 7022b6f2519030d0928690b5fd61fd78c0974f12>>