diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-23 20:28:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-23 20:28:35 +0900 |
| commit | 60a8cd9b262ae4935d0938a2cbdf5a6330ef7f3a (patch) | |
| tree | 4357a4f8e68e606557ec3f37b18eb8acadca27e5 /docs | |
| parent | 78a57f9eb5286828512cc25c6c55288bb4944079 (diff) | |
| parent | 21870d02216954d7e291f2179f4efd4ed6482166 (diff) | |
| download | LunaticChat-60a8cd9b262ae4935d0938a2cbdf5a6330ef7f3a.tar.gz LunaticChat-60a8cd9b262ae4935d0938a2cbdf5a6330ef7f3a.tar.bz2 LunaticChat-60a8cd9b262ae4935d0938a2cbdf5a6330ef7f3a.zip | |
Merge pull request #60 from m1sk9/feat/i18n
feat: Support i18n
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` |
