Merge pull request #294 from Bitcoin-com/wallet/task/556

Improvement - 556 - Make "Share the Wallet App" translatable
This commit is contained in:
Jean-Baptiste Dominguez 2018-09-04 14:33:15 +09:00 committed by GitHub
commit 2cec6a476b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -3788,6 +3788,10 @@ msgstr ""
msgid "Bitcoin Cash Games" msgid "Bitcoin Cash Games"
msgstr "" msgstr ""
#: www/views/includes/community.html:29
msgid "Share the Wallet App"
msgstr ""
#: src/js/services/bitcoincomService.js:28 #: src/js/services/bitcoincomService.js:28
msgid "News" msgid "News"
msgstr "" msgstr ""

View file

@ -26,7 +26,7 @@
<i class="icon big-icon-svg theme-circle theme-circle-community"> <i class="icon big-icon-svg theme-circle theme-circle-community">
<div class="bg icon-share"></div> <div class="bg icon-share"></div>
</i> </i>
<span>Share the Wallet App</span> <span translate>Share the Wallet App</span>
<i class="icon bp-arrow-right"></i> <i class="icon bp-arrow-right"></i>
</a> </a>
</div> </div>