Address types translatable
This commit is contained in:
parent
a54b30f6ae
commit
5b581d3be2
2 changed files with 12 additions and 2 deletions
|
|
@ -169,9 +169,19 @@ msgid "Address Book"
|
|||
msgstr ""
|
||||
|
||||
#: www/views/preferencesInformation.html:41
|
||||
#: www/views/tab-receive.html:73
|
||||
msgid "Address Type"
|
||||
msgstr ""
|
||||
|
||||
#www/views/tab-receive.html:76
|
||||
msgid "Cash Address"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/tab-receive.html:77
|
||||
msgid "Legacy"
|
||||
msgstr ""
|
||||
|
||||
|
||||
#: www/views/addresses.html:64
|
||||
msgid "Addresses With Balance"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -73,8 +73,8 @@
|
|||
<span translate>Address Type</span>:
|
||||
</div>
|
||||
<select ng-model="bchAddressType.type" ng-change="displayAddress(bchAddressType.type)">
|
||||
<option value="cashaddr">Cash Address</option>
|
||||
<option value="legacy">Legacy</option>
|
||||
<option value="cashaddr" translate>Cash Address</option>
|
||||
<option value="legacy" translate>Legacy</option>
|
||||
<option value="bitpay">BitPay</option>
|
||||
</select>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue