From 51ca2d52faf1ffdb4338d1f151973ae8ccc094c1 Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Wed, 30 Nov 2022 09:13:33 +0800 Subject: [PATCH] fix: i18n --- public/locales/en/common.json | 1 + public/locales/zh/common.json | 1 + 2 files changed, 2 insertions(+) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 57e53338..f625041f 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -22,6 +22,7 @@ "done": "Done", "add": "Add", "yes": "Yes", + "delete_channel": "Delete Channel", "remove": "Remove", "edit": "Edit", "edit_msg": "Edit Message", diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index 25e0fc6c..cee47173 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -23,6 +23,7 @@ "add": "新增", "yes": "是的", "remove": "删除", + "delete_channel": "删除频道", "edit": "编辑", "edit_msg": "编辑消息", "add_reaction": "表情",