bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: localization of info files


From: Karl Berry
Subject: Re: localization of info files
Date: Tue, 19 Nov 2002 09:10:28 -0500

    am I right, that most info viewers and converters (info, info2html,
    tkinfo, ...) will fail reading info nodes, that contain the Menu keyword
    in localized form ?

Yes, all the keywords (Node, Menu, etc.) only work in English.
This is unfortunate, but ...

    since install-info, which is part of GNU
    texinfo creates a localized dir node.

Oops.  Thanks for pointing this out.  Here's the patch if you want it:

*** install-info.c      5 Nov 2002 19:32:33 -0000       1.4
--- install-info.c      19 Nov 2002 13:55:52 -0000      1.5
***************
*** 462,469 ****
    In Emacs, you can click mouse button 2 on a menu item or cross reference\n\
    to select it.\n\
  \n\
! * Menu:\n\
! "), "File: dir,\tNode: Top"); /* This part must not be translated.  */
            if (fclose (f) < 0)
              pfatal_with_name (dirfile);
          }
--- 462,471 ----
    In Emacs, you can click mouse button 2 on a menu item or cross reference\n\
    to select it.\n\
  \n\
! %s\n\
! "), "File: dir,\tNode: Top",  /* These keywords must not be translated.  */
!     "* Menu:"
! );
            if (fclose (f) < 0)
              pfatal_with_name (dirfile);
          }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]