Table of Contents

LocaleServerHandler

継承:LocaleHandler

概要

LocaleServerHandlerは、初期化時にロケールサーバーに接続し、ロケールメッセージをロケールサーバから取得して、ローカライゼーションを行います。LoaclePerkによって呼び出されます。

このページでは、親クラスと違う箇所のみを説明しています。

設定

書式-グローバル設定

全ユニットに共通な設定はグローバル設定の“system.locale”セクションに記述します。

{
    "system": {
        "locale": {
            "options": {
                "localeServer": Boolean|String,
            }
        }
    },
}

書式-ユニット固有設定

各ユニット固有の設定は“locale”セクションに記述します。

{
    "locale": {
        "options": {
            "localeServer": Boolean|String,
        },
    }
}

localeServer

LocalePerk - 設定 - localeServerを参照してください。