From 0a7f83172dc622490aa8a62628e37907b3ae49f2 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 a1749a85b..07812e647 100644 --- a/app/_locales/zh_TW/messages.json +++ b/app/_locales/zh_TW/messages.json @@ -122,6 +122,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": "批准花費上限" },