From 52c69ec7f263d87c694b81b66ce6465c5970ade3 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 03 2011 02:27:12 +0000 Subject: Update main initialization file (`repository-init.pl') used by texi2html to produce XHTML output. Internationalize `Jump to' string. --- diff --git a/Manuals/Texinfo/repository-init.pl b/Manuals/Texinfo/repository-init.pl index 2a38e75..662c632 100755 --- a/Manuals/Texinfo/repository-init.pl +++ b/Manuals/Texinfo/repository-init.pl @@ -25,7 +25,8 @@ # ---------------------------------------------------------------------- # -iso -# if set, ISO8859 characters are used for special symbols (like copyright, etc) +# if set, ISO8859 characters are used for special symbols (like +# copyright, etc) $USE_ISO = 1; # -I @@ -229,7 +230,7 @@ sub t2h_xhtml_index_summary($$) $alpha_text = join("\n   \n", @$alpha) . "\n   \n"; } #I18n - return "
Jump to:   " . + return "
" . &$I('Jump to') . ":   " . $nonalpha_text . $join . $alpha_text . '
'; }