Hi,

I extracted the package to my Desktop:

$home/Desktop$tar -xvf bison-2.4.1a.tar.gz
cd bison-2.4.1a
./configure --prefix=/usr/local
make
sudo make install
cd src
bison --xml=parse-gram.xml parse-gram.y

This created also parse-gram.output file that _is_ localized. Then:

xsltproc /usr/local/share/bison/xlst/xml2xhtml.xsl parse-gram.xml >
../../parse-gram.html

When I then opened the parse-gram.html file in my web browser, it is
still in English, not the localized version.

By the way, I wonder if msgids "accept" and "$default" should be
localized at all?

Best regards,

Jorma Karvonen


Reply via email to