mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-14 12:26:34 +02:00
Merge pull request #1399
Downloads: make table headers for 'light and mobile wallets' translatable
This commit is contained in:
commit
41e068f7e0
@ -242,6 +242,9 @@ downloads:
|
|||||||
packages: There are also packages available for multiple Linux distributions.
|
packages: There are also packages available for multiple Linux distributions.
|
||||||
packages_link: See the list on GitHub
|
packages_link: See the list on GitHub
|
||||||
releasenotes: release notes
|
releasenotes: release notes
|
||||||
|
wallet: Wallet
|
||||||
|
mobile: Mobile
|
||||||
|
desktop: Desktop
|
||||||
|
|
||||||
press-kit:
|
press-kit:
|
||||||
intro1: Here you'll find the Monero symbol and logo below. You can choose any size that you want, or download the .ai file to mess with the logo yourself.
|
intro1: Here you'll find the Monero symbol and logo below. You can choose any size that you want, or download the .ai file to mess with the logo yourself.
|
||||||
|
@ -230,10 +230,10 @@ permalink: /downloads/index.html
|
|||||||
</div>
|
</div>
|
||||||
<table class="desktop-only">
|
<table class="desktop-only">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Wallet</th>
|
<th>{% t downloads.wallet %}</th>
|
||||||
<th>Mobile</th>
|
<th>{% t downloads.mobile %}</th>
|
||||||
<th>Desktop</th>
|
<th>{% t downloads.desktop %}</th>
|
||||||
<th>Source Code</th>
|
<th>{% t downloads.sourcecode %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="/img/cakewallet.png" alt="Cake Wallet Logo"><a href="https://cakewallet.com/">Cake Wallet</a></td>
|
<td><img src="/img/cakewallet.png" alt="Cake Wallet Logo"><a href="https://cakewallet.com/">Cake Wallet</a></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user