feat: i18n in widget

This commit is contained in:
Tristan Yang
2023-05-01 20:34:21 +08:00
parent f13616f176
commit a5deb17f76
10 changed files with 56 additions and 20 deletions
+6
View File
@@ -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"
}
+6
View File
@@ -0,0 +1,6 @@
{
"welcome_not_login": "👋 你好,请先输入你的用户名👇",
"welcome": "👋 你好,很高兴认识你!",
"placeholder_send": "请输入消息",
"start_chat": "开始聊天"
}