From 36dea1730e5f43c9d9f48930824147a4f85f6966 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Tue, 21 Dec 2021 19:42:21 -0330 Subject: [PATCH] Add more missing `appName` messages Three locales were missing the `appNameBeta` and `appNameFlask` localized messages. These were missed in the previous PR (#13138). --- app/_locales/hn/messages.json | 8 ++++++++ app/_locales/lt/messages.json | 8 ++++++++ app/_locales/ta/messages.json | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/app/_locales/hn/messages.json b/app/_locales/hn/messages.json index e42222336..7b80aa545 100644 --- a/app/_locales/hn/messages.json +++ b/app/_locales/hn/messages.json @@ -22,6 +22,14 @@ "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": "मंजूर" }, diff --git a/app/_locales/lt/messages.json b/app/_locales/lt/messages.json index 702c4784d..22ce9259e 100644 --- a/app/_locales/lt/messages.json +++ b/app/_locales/lt/messages.json @@ -70,6 +70,14 @@ "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": "Patvirtinti" }, diff --git a/app/_locales/ta/messages.json b/app/_locales/ta/messages.json index d39aa6d05..13960d92d 100644 --- a/app/_locales/ta/messages.json +++ b/app/_locales/ta/messages.json @@ -28,6 +28,14 @@ "message": "மேடமஸ்க் ", "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": "ஒப்புதல்" },