Hi Sven!
On Die, 07 Mär 2006, Sven Joachim wrote:
> thanks a lot for working on this! I tried out your patch, but
> for my testcase, which is the Emacs Lisp Reference Manual in
> Emacs CVS (available for Debian in the emacs-snapshot package),
> it had no effect. :-(
If you generate html, do you have "nächstes" or "Next"?
> With LANG=de_DE.UTF-8 and running "make info" from the Emacs top
> level directory, I still get "Nutzeroption" as output in the info
> files, for @defopt in the source and "Funktion" for @defun, for instance.
Maybe make info used a unpatched makeinfo?
More probably I forgot to adjust some strings, eg Function:
grep Function *
defun.c: category = _("Function");
So there is a __ missing.
I changed only a few strings where I was sure were they go:
$ grep '__(' *
html.c: text_expansion (title) : (char *) __("Untitled"));
makeinfo.h:#define __(s) getdocumenttext(s)
node.c: add_word ((char *) __("Next:"));
node.c: add_word ((char *) __("Previous:"));
node.c: add_word ((char *) __("Up:"));
node.c: return __("Menu");
node.c: return __("Cross");
node.c: validate (tags->next, tags->line_no, __("Next"));
node.c: int valid_p = validate (tags->prev, tags->line_no, __("Prev"));
node.c: int valid_p = validate (tags->up, tags->line_no, __("Up"));
All others are still with _(...), so Function etc are probably not
translated.
> Any idea what went wrong?
Yes.
Best wishes
Norbert
-------------------------------------------------------------------------------
Dr. Norbert Preining <preining AT logic DOT at> Università di Siena
gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
ARTICLAVE (n.)
A clever architectural construction designed to give the illusion from
the top deck of a bus that it is far too big for the road.
--- Douglas Adams, The Meaning of Liff
_______________________________________________
Texinfo home page: http://www.gnu.org/software/texinfo/
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-texinfo