From cc518b918fbee14083ae1e5bfdb6a0544376f41b Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Thu, 19 Jan 2023 14:52:46 -0800 Subject: [PATCH] Add missing appName in the zh_TW language file (#17304) * Add missing appName in the zh_TW language file * Fix --- app/_locales/zh_TW/messages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/_locales/zh_TW/messages.json b/app/_locales/zh_TW/messages.json index 68d64b56d..9a5ef7a6c 100644 --- a/app/_locales/zh_TW/messages.json +++ b/app/_locales/zh_TW/messages.json @@ -119,6 +119,18 @@ "message": "以太坊瀏覽器擴充插件", "description": "The description of the application" }, + "appName": { + "message": "MetaMask", + "description": "The name of the application" + }, + "appNameBeta": { + "message": "MetaMask Beta", + "description": "The name of the application (Beta)" + }, + "appNameFlask": { + "message": "MetaMask Flask", + "description": "The name of the application (Flask)" + }, "approve": { "message": "批准花費上限" },