feat(core): add address i18n keys (en)

This commit is contained in:
2026-07-04 00:20:46 +00:00
parent 1e74efd2b4
commit dfa4a82e8d
+9 -1
View File
@@ -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"
} }
} }