<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="Verdana">It's simple actually after I found the little
      bugger.<br>
      <br>
      Config.kmk has the following line:<br>
      # Enable any translations in OSE, even partial ones.<br>
       VBOX_WITH_DOCS_TRANSLATIONS=1<br>
      <br>
      And this from the doc/manual/Makefile.kmk<br>
       ifdef VBOX_WITH_DOCS_TRANSLATIONS<br>
        VBOX_MANUAL_ADD_LANGUAGES = fr_FR<br>
       endif<br>
      <br>
      <br>
      IMHO Following the rest of the way VirtualBox does things this
      actually should not have been enabled by default but enabled upon
      request<br>
      by placing the proper line in your LocalConfig.kmk. Same way you
      do VNC, or DOCS_SDKREF, Etc..<br>
      <br>
      For now, I will add </font><font face="Verdana">VBOX_WITH_DOCS_TRANSLATIONS
      :=</font>  to my LocalConfig.kmk<br>
    <br>
    As for a patch it is not needed.  The DEVs know what to do if they
    want to change the way this is. (just remove the 1)<br>
    <font face="Verdana"><br>
    </font><br>
    On 08/26/2011 06:33 PM, François Revol wrote:
    <blockquote cite="mid:4E582D3C.1020707@free.fr" type="cite">Le
      27/08/2011 01:25, Perry Halbert a écrit :
      <br>
      <blockquote type="cite">You people don't get it. This is not a
        file that is simply dropped it.
        <br>
        It gets created on build from the source as well as the one I
        have setup
        <br>
        to be built. There are plenty of different translations
        available if you
        <br>
        tell VirtualBox to build them. My question is still why does it
        build by
        <br>
      </blockquote>
      <br>
      You're surely mixing up translated *manual* with the translated
      localization strings of the app itself.
      <br>
      doc/manual/ only has en_US and fr_FR.
      <br>
      <br>
      <blockquote type="cite">default in addition to the one I use? I am
        not complaining that the
        <br>
        translation should not be there and am sure it is very accurate
        and well
        <br>
        needed but why is it hard coded to build when it is not needed?
        All the
        <br>
        other translations are not being generated from source when I
        build. At
        <br>
        close to 6 MB in size and time that is required to compile the
        different
        <br>
        guide just seems a waste that I am sure is a glitch.
        <br>
      </blockquote>
      <br>
      Given the total build time this doesn't change much really :P
      <br>
      But surely you can send a patch to make it optional.
      <br>
      <br>
      <br>
      François.
      <br>
      <br>
      _______________________________________________
      <br>
      vbox-dev mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://vbox.innotek.de/mailman/listinfo/vbox-dev">http://vbox.innotek.de/mailman/listinfo/vbox-dev</a>
      <br>
    </blockquote>
  </body>
</html>