mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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:
parent
279c7b61b0
commit
609f85dbc3
@ -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…
x
Reference in New Issue
Block a user