mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Translate remaining string on the "Download" page
This commit is contained in:
parent
6ce43fcca9
commit
f61482751a
2 changed files with 7 additions and 1 deletions
|
@ -21,7 +21,12 @@ id: download
|
|||
</div>
|
||||
<p>
|
||||
<a href="/bin/{{site.DOWNLOAD_VERSION}}/SHA256SUMS.asc">{% case page.lang %}{% when 'ar' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_CN' or 'zh_TW' %}{% translate downloadsig download en %}{% else %}{% translate downloadsig %}{% endcase %}</a><br>
|
||||
<a href="https://github.com/bitcoin/bitcoin">Get the source code</a><br>
|
||||
{% case page.lang %}
|
||||
{% when 'ar' or 'bg' or 'de' or 'es' or 'fa' or 'fr' or 'hu' or 'id' or 'it' or 'nl' or 'pl' or 'ru' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
||||
<a href="https://github.com/bitcoin/bitcoin">{% translate sourcecode download en %}</a><br>
|
||||
{% else %}
|
||||
<a href="https://github.com/bitcoin/bitcoin">{% translate sourcecode %}</a><br>
|
||||
{% endcase %}
|
||||
<a href="/en/version-history">{% translate versionhistory %}</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue