Add more missing `appName` messages (#13140)

Three locales were missing the `appNameBeta` and `appNameFlask`
localized messages. These were missed in the previous PR (#13138).
feature/default_network_editable
Mark Stacey 3 years ago committed by GitHub
parent 279c7b61b0
commit 609f85dbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      app/_locales/hn/messages.json
  2. 8
      app/_locales/lt/messages.json
  3. 8
      app/_locales/ta/messages.json

@ -22,6 +22,14 @@
"message": "मक/MetaMask", "message": "मक/MetaMask",
"description": "The name of the application" "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": { "approve": {
"message": "मर" "message": "मर"
}, },

@ -70,6 +70,14 @@
"message": "„MetaMask“", "message": "„MetaMask“",
"description": "The name of the application" "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": { "approve": {
"message": "Patvirtinti" "message": "Patvirtinti"
}, },

@ -28,6 +28,14 @@
"message": "மடமஸ ", "message": "மடமஸ ",
"description": "The name of the application" "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": { "approve": {
"message": "ஒபதல" "message": "ஒபதல"
}, },

Loading…
Cancel
Save