From 22e12b68a8d0d54a11a4f6192e08453c140ad6a9 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Tue, 25 Nov 2025 00:08:50 +0800 Subject: [PATCH] Add internationalization section to README Added internationalization support details to README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e88587f..a9138e5 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ It runs as a single binary, requires no external dependencies, and provides fast ### 📊 Dashboard & Analytics - 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. + ### 🛠️ OpenAPI Support - Provides **OpenAPI documentation**. - **Access token authentication** for programmatic access.