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
This commit is contained in:
HagonChan
2025-07-14 18:54:01 +08:00
committed by GitHub
parent bf3bcee8e3
commit afbcdd68d8

View File

@@ -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."