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:
parent
479f4a9582
commit
915e9a806a
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in New Issue