I was recently compiling the docs so that the help link would work.
When it came to do the French I noticed the the 3 char code seems to differ
from the rest of the geonetwork site which mostly seems to be using FRE but
the docs uses FRA.
In order to get the french help to work I had to add the following to
web/pom.xml
<resource>
<directory>../docs/fra/users/build/html</directory>
<targetPath>docs/fra/users</targetPath>
</resource>
and I had to fix banner.xsl as it was looking for "fr" instead of "fre"
<xsl:choose>
<xsl:when test="/root/gui/language='fre'">
<xsl:value-of select="/root/gui/strings/help"/>
<{/root/gui/url}/docs/fra/users>
</xsl:when>
Just wondering, if changing folder from fra to fre will cause any issues.
Francois - any objections?
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/French-documentation-code-tp5018875.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.