From 6b9172ce4ff1eac79e7d90382f3d3a58e6e2d3d7 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Fri, 23 Jan 2026 20:25:20 +0900 Subject: feat: Add i18n configuration --- docs/src/guide/configuration.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/src/guide/configuration.md b/docs/src/guide/configuration.md index 07458b3..3b7bd1e 100644 --- a/docs/src/guide/configuration.md +++ b/docs/src/guide/configuration.md @@ -24,6 +24,9 @@ userSettingsFilePath: "player-settings.yaml" # If enabled, LunaticChat will check for updates on startup. checkForUpdates: true +# Plugin Configuration Language. This setting applies only to player feedback and does not affect plugin logs or similar outputs. +language: "en" + # ---------------------------------------------- # ----------- Features Settings ------------ # ---------------------------------------------- @@ -88,6 +91,18 @@ LunaticChat がプレイヤーの設定を保存する YAML ファイルのパ LunaticChat の起動時・権限を持ったプレイヤーがサーバに参加した際に,LunaticChat のアップデートを促すかどうか設定します. +### `language` + +- Type: `string` +- Default: `en` + +LunaticChat のプレイヤー向けメッセージの言語を指定します. + +### Supported languages: + +- `en`: English +- `ja`: 日本語 + ## Features Settings ### `features.quickReplies.enabled` -- cgit v1.2.1