From: Jan Nieuwenhuizen Date: Wed, 6 Apr 2005 14:48:09 +0000 (+0000) Subject: (i18n): Bugfix. X-Git-Tag: release/2.5.19~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5befa56fc13a0fbb0eee11c019326333fd4a2fa6;p=lilypond.git (i18n): Bugfix. --- diff --git a/ChangeLog b/ChangeLog index c67bf7ef0f..ba81e0c8fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-06 Jan Nieuwenhuizen + + * stepmake/bin/add-html-footer.py (i18n): Bugfix. + 2005-04-06 Han-Wen Nienhuys * scripts/lilypond-book.py (Lilypond_snippet.__init__): diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py index e188495a76..9e00dbe548 100644 --- a/stepmake/bin/add-html-footer.py +++ b/stepmake/bin/add-html-footer.py @@ -330,7 +330,7 @@ def i18n (file_name, page): base_name = os.path.basename (file_name) - lang = '' + lang = 'site' m = re.match ('.*[.]([^.]*).html', file_name) if m: lang = m.group (1)