]> git.donarmstrong.com Git - lilypond.git/commit
texi2html: Logic to load translations (secname -> filename map)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 17 Jul 2008 13:48:03 +0000 (15:48 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 17 Jul 2008 13:48:03 +0000 (15:48 +0200)
commitcb0f111eff207cc79271500214190c4f9a58d4b4
tree9f5b91ebed29967a07d2dcdfebb4a4d6e8dadc52
parent50d8cc7a3f30ae44db35093750238f2d1579d243
texi2html: Logic to load translations (secname -> filename map)

In the future, section names will be translated directly in the
.tely file, with a @translationof command indicating the original
section name (which will be used for the file name). Since we are
also putting several sections into the same file, the file name
can no longer be obtained from the section name only. Instead,
we need to keep a map of secname->filename#anchor.

This commit adds the general structure of the logic to look up the
correct file name and anchor for sections, although loading
and reassigning the new values is not yet implemented.
lilypond-texi2html.init