1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Add more missing appName messages (#13140)

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 21:36:20 -03:30 committed by GitHub
parent 279c7b61b0
commit 609f85dbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "ஒப்புதல்"
},