From b08906c150a49de089dee3fe69a5ad675118e3de Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 21 Sep 2023 23:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E4=B8=8A=E6=88=BF=E9=97=B4=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Home.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index 9488e59..cf19775 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -341,6 +341,7 @@ export default { roomKeyType: this.form.roomKeyType } let backFields = { + lang: this.$i18n.locale, emoticons: JSON.stringify(this.form.emoticons) } let ignoredNames = new Set(['roomId', 'authCode'])