Address types translatable

This commit is contained in:
Sebastiaan Pasma 2018-09-13 15:06:35 +02:00
commit 5b581d3be2
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
2 changed files with 12 additions and 2 deletions

View file

@ -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 ""

View file

@ -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>