feat: i18n in widget
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"welcome_not_login": "👋 Hi there, Nice to meet you! Please login before we have a nice talk 👇",
|
||||
"welcome": "👋 Hi there, Nice to meet you!",
|
||||
"placeholder_send": "Type and press enter",
|
||||
"start_chat": "Start Chat"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"welcome_not_login": "👋 你好,请先输入你的用户名👇",
|
||||
"welcome": "👋 你好,很高兴认识你!",
|
||||
"placeholder_send": "请输入消息",
|
||||
"start_chat": "开始聊天"
|
||||
}
|
||||
Reference in New Issue
Block a user