feat(core): add address i18n keys (en)
This commit is contained in:
@@ -708,5 +708,13 @@
|
|||||||
"testConnection": "Test connection",
|
"testConnection": "Test connection",
|
||||||
"selectAccountFirst": "Please select an account first.",
|
"selectAccountFirst": "Please select an account first.",
|
||||||
"noEmail": "No email address"
|
"noEmail": "No email address"
|
||||||
|
},
|
||||||
|
"address": {
|
||||||
|
"title": "Address",
|
||||||
|
"street": "Street",
|
||||||
|
"city": "City",
|
||||||
|
"zip": "ZIP Code",
|
||||||
|
"country": "Country",
|
||||||
|
"state": "State"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user