]> git.donarmstrong.com Git - lilypond.git/commit
Improve translated docs gettext trickery for texi2html
authorJohn Mandereau <john.mandereau@gmail.com>
Tue, 2 Sep 2008 10:21:21 +0000 (12:21 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 2 Sep 2008 10:21:21 +0000 (12:21 +0200)
commit8f9620abc8199c8d108e7f0e16e81a2c08ed5b01
treedbe5be22f8551ebebe59bd0c4beb450310fc9cf2
parent573e4186100cdcb8e3c3076bab742c9ae8be7696
Improve translated docs gettext trickery for texi2html

- translate HTML page title generated by texi2html;

- translate node names in texi2html navigation bars;

- as we don't copy big HTML page manuals for missing translations,
rewrite links accordingly in process_i18n_big_page_links;

- code formatting: break long lines, add spaces before function call
parentheses;

- improve code comments;

- fix other minor Python nitpicks.
buildscripts/html-gettext.py
buildscripts/postprocess_html.py