diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-23 20:25:20 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-23 20:25:20 +0900 |
| commit | 6b9172ce4ff1eac79e7d90382f3d3a58e6e2d3d7 (patch) | |
| tree | e01eefe50d2ec8dba2d940023f2fb82cf9353e5a /docs | |
| parent | 78a57f9eb5286828512cc25c6c55288bb4944079 (diff) | |
| download | LunaticChat-6b9172ce4ff1eac79e7d90382f3d3a58e6e2d3d7.tar.gz LunaticChat-6b9172ce4ff1eac79e7d90382f3d3a58e6e2d3d7.tar.bz2 LunaticChat-6b9172ce4ff1eac79e7d90382f3d3a58e6e2d3d7.zip | |
feat: Add i18n configuration
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/guide/configuration.md | 15 |
1 files changed, 15 insertions, 0 deletions
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` |
