From 9fe617aed72f772db53cb569fd91efefee19d762 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Tue, 25 Nov 2025 00:11:10 +0800 Subject: [PATCH] Revise internationalization details in README Updated internationalization section to clarify language support. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9138e5..ab510d8 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ It runs as a single binary, requires no external dependencies, and provides fast - Visualize email statistics: **counts**, **time distribution**, **top senders**, **largest emails**, **account rankings**. ### 🌐 Internationalization (i18n) -* WebUI supports **17 languages** with easy language switching. -* All UI labels, messages, and notifications are fully translatable. -* Ready to add more languages in the future with minimal effort. +* WebUI fully supports **17 languages** for all interface elements. +* Backend responses (e.g., system messages, API data) are **not yet internationalized**. +* Frontend is ready to support more languages in the future with minimal effort. ### 🛠️ OpenAPI Support - Provides **OpenAPI documentation**.