An advanced Ethereum/EVM mobile wallet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
alpha-wallet-ios/docs/code.md

39 lines
816 B

### Localization
Format for localization keys:
`feature.section.element.type`, or could be simply as `feature.section.type`
Examples:
```
key: transactions.myAddress.button.title,
value: My Address
comment: The title of the my address button on the transactions page
key: deposit.buy.button.coinbase.title,
value: via Coinbase
comment: The title of the deposit button in the alert sheet
key: exchange.error.failedToGetRates
value: Failed to get rates
comment: Error messesage when failed to update rates on pairs of tokens
key: welcome.privateAndSecure.label.title
value: Private & Secure
comment:
key: welcome.privateAndSecure.label.description
value: Private keys never leave your device.
comment:
```
Generic keys and values:
```
Ok - Ok
Cancel - Cancel
Done - Done
Send - Send
Refresh - Refresh
```