jduranmaster / docbkx-tools

Automatically exported from code.google.com/p/docbkx-tools
0 stars 0 forks source link

generate webhelp language error! #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use <webhelpIndexerLanguage>zh</webhelpIndexerLanguage>
2.
3.

What is the expected output? What do you see instead?
index is chinese,but index-1.js:
var indexerLanguage="en";
and doc-xsl-1.76.1 is correct
WriteJSFiles.java :
      out.write("var indexerLanguage=\""+IndexerTask.indexerLanguage+"\";\n");

What version of the product are you using? On what operating system?
windows and         <groupId>com.agilejava.docbkx</groupId>
        <artifactId>docbkx-maven-plugin</artifactId>
        <version>2.0.13</version>

Please provide any additional information below.

Original issue reported on code.google.com by ufwt...@gmail.com on 10 Nov 2011 at 9:38

GoogleCodeExporter commented 8 years ago
Hi,

you are true, something was missing in the configuration, I also see that the 
behavior in the trunk of docbook xsl-webhelpindexer offers a new function to 
set the language.
So I did the modification to match the current version we are using.

By the way I am not sure the every language is supported by webhelpindexer, 
maybe you can ask on docbook mailing list.

It is committed in r243.

Regards,
Cedric,

Original comment by MimilO...@gmail.com on 28 Nov 2011 at 1:50