1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Add more missing appName messages

Three locales were missing the `appNameBeta` and `appNameFlask`
localized messages. These were missed in the previous PR (#13138).
This commit is contained in:
Mark Stacey 2021-12-21 19:42:21 -03:30
parent a1f89e218a
commit 36dea1730e
3 changed files with 24 additions and 0 deletions

View File

@ -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": "मंजूर"
},

View File

@ -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"
},

View File

@ -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": "ஒப்புதல்"
},