Development/How to build/localized/ja

    From The Document Foundation Wiki
    This page is a translated version of the page Development/How to build/localized and the translation is 82% complete.


    Other languages:

    ローカライズ版 LibreOffice のビルド方法

    まず最初に、ローカライズの方法について学ぶ前に、Development/How to build/ja を読んでください。

    ローカリゼーションのためのコンフィギュレーション

    ローカリゼーションを行うには、make コマンドを実行する前に次のコンフィギュレーションが必要となります。

    configure での言語指定

    autogen.sh に`--with-lang`オプションを付けて実行します。

    ./autogen.sh --with-lang="de ja vi"
    

    もしくは

    ./autogen.sh --with-lang="ALL" #

    for all languages

    Development/How to build/Configure optionsも見てください。