From a501a55ae4293bd49619c65cdb9fe23f1f9573a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8D=E3=82=80=E3=81=9D=E3=82=93?= Date: Mon, 3 Nov 2025 01:15:08 +0900 Subject: [PATCH] docs: Add internationalization section to README (#50) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fb4922c..1dc7e1e 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,11 @@ Settings can be configured from the sidebar in Claude Code Viewer. | Notifications | None | Enables sound notifications when running session processes complete. Choose from multiple notification sounds with test playback functionality. | | Language | System | Interface language selection. Supports English and Japanese with automatic system detection. | +## Internationalization (i18n) + +Claude Code Viewer currently supports **English** and **Japanese**. Adding new languages is straightforward—simply add a new `messages.json` file for your locale (see [src/i18n/locales/](./src/i18n/locales/) for examples). + +However, we haven't added other languages yet because we're uncertain about demand. **If you'd like support for your language, please open an issue**—we'll add it quickly! ## Alternatives & Differentiation