<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi Ben,<br>
    <br>
    <div class="moz-cite-prefix">在 2024/3/6 04:04, Ben Engbers 写道:<br>
    </div>
    <blockquote type="cite"
      cite="mid:a6313518-471c-403d-8b98-fdf87f7e569d@Be-Logical.nl">After
      following the instructions from
      <a class="moz-txt-link-freetext" href="https://wiki.documentfoundation.org/Development/BuildingOnLinux">https://wiki.documentfoundation.org/Development/BuildingOnLinux</a> I
      was able to compile my first LO executable.
      <br>
      Acoording to these instructions after executing make I should find
      a local installation in the PREFIX-directory. This was not
      correct, I had to execute make install.
      <br>
      <br>
    </blockquote>
    Actually you don't need to run make install for you local build. The
    binaries are in instdir folder.<br>
    <br>
    <blockquote type="cite"
      cite="mid:a6313518-471c-403d-8b98-fdf87f7e569d@Be-Logical.nl">1
      <br>
      My goal is to work on the Asiatic phonetic Guide but I can't find
      the present code. Where can I find and dowload the sources? I
      tried grok but that didn't help.
      <br>
      <br>
    </blockquote>
    The following may be a start point: (it is called "RubyDialog")<br>
<a class="moz-txt-link-freetext" href="https://opengrok.libreoffice.org/xref/core/svx/source/dialog/rubydialo.cxx?r=3D789a737a">https://opengrok.libreoffice.org/xref/core/svx/source/dialog/rubydialo.cxx?r=3D789a737a</a><br>
    <blockquote type="cite"
      cite="mid:a6313518-471c-403d-8b98-fdf87f7e569d@Be-Logical.nl">2
      <br>
      Since being Dutch, I want to install the Dutch translation. Is it
      possible to dowload only that langpack and not all the other
      translations.
      <br>
      <br>
    </blockquote>
    When you build from source, use the --with-lang option, e.g.<br>
    --with-lang=3D"de fr"<br>
    <br>
    <blockquote type="cite"
      cite="mid:a6313518-471c-403d-8b98-fdf87f7e569d@Be-Logical.nl">3
      <br>
      And since I also often create texts in French, German and
      Japanese, I guess that I also have to install those langpacks.
      <br>
      <br>
      Where in the developerssite can I find all the needed materials
      and instructions?
      <br>
    </blockquote>
    Langpacks are actually sub-modules in LibreOffice source code. The
    repo is in:<br>
    <a class="moz-txt-link-freetext" href="https://git.libreoffice.org/translations">https://git.libreoffice.org/translations</a><br>
    The translation work is done on Weblate:<br>
    <a class="moz-txt-link-freetext" href="https://translation.documentfoundation.org/languages/zh_hans/">https://translation.documentfoundation.org/languages/zh_hans/</a><br>
  </body>
</html>