Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> And a solution localized to the gettext machinery, so that | Lars> sounds very correct to me. > | So this is what you want for 1.3.6cvs?
Yes. This looks good. | Index: po/Makefile.in.in | =================================================================== | RCS file: /usr/local/lyx/cvsroot/lyx-devel/po/Makefile.in.in,v | retrieving revision 1.28.2.8 | diff -u -p -r1.28.2.8 Makefile.in.in | --- po/Makefile.in.in 26 Apr 2005 15:24:58 -0000 1.28.2.8 | +++ po/Makefile.in.in 27 Apr 2005 14:52:21 -0000 | @@ -262,6 +262,7 @@ $(srcdir)/layouts_l10n.pot: $(top_srcdir | line=$$0; \ | sub(/Style /, "", line); \ | gsub(/\"/, "", line); \ | + gsub(/_/, " ", line); \ | printf("#: %s:%d\nmsgid \"%s\"\nmsgstr \"\"\n\n", \ | FILENAME, FNR, line); \ | } \ And pretty simple it was too. Sorry for being such a drag about this, but I thought it important. btw. This is ok for 1.4 as well. -- Lgb