From afbcdd68d8c455d84e6a7fe8be0023f451511818 Mon Sep 17 00:00:00 2001 From: HagonChan <77165006+HagonChan@users.noreply.github.com> Date: Mon, 14 Jul 2025 18:54:01 +0800 Subject: [PATCH] fix: add missing translation for chat.page (#409) * fix: Error: MISSING_MESSAGE: Could not resolve chat.page` in messages for locale 'en' Fixed a `MISSING_MESSAGE` error that was occurring on the chat page due to missing translation keys for `chat.page` in the internationalization messages. * Update en.json --- web/messages/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/messages/en.json b/web/messages/en.json index 95a0236..17f08c7 100644 --- a/web/messages/en.json +++ b/web/messages/en.json @@ -75,6 +75,11 @@ "copyright": "DeerFlow" }, "chat": { + "page": { + "loading": "Loading DeerFlow...", + "welcomeUser": "Welcome, {username}", + "starOnGitHub": "Star on GitHub" + }, "welcome": { "greeting": "👋 Hello, there!", "description": "Welcome to 🦌 DeerFlow, a deep research assistant built on cutting-edge language models, helps you search on web, browse information, and handle complex tasks."