dash-docs/_templates/support-bitcoin.html
Saivann f262d0e06f Switch to transifex for translations
All strings, urls and anchors are now in a single yml files for each language
Translated html pages are generated by a jekyll plugin based on unified templates
Add a new sitemap generator plugin for the new translation structure
Update french translations
2013-05-21 01:07:13 -04:00

30 lines
978 B
HTML
Executable file

---
layout: base
id: support-bitcoin
---
<h1>{% translate pagetitle %}</h1>
<p>{% translate summary %}</p>
<h2><img src="/img/ico_multi.svg" alt="Icon" />{% translate use %}</h2>
<p>{% translate usetxt %}</p>
<h2><img src="/img/ico_network.svg" alt="Icon" />{% translate node %}</h2>
<p>{% translate nodetxt %}</p>
<h2><img src="/img/ico_conf.svg" alt="Icon" />{% translate develop %}</h2>
<p>{% translate developtxt %}</p>
<h2><img src="/img/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
<p>{% translate donationtxt %}</p>
<h2><img src="/img/ico_spread.svg" alt="Icon" />{% translate spread %}</h2>
<p>{% translate spreadtxt %}</p>
<h2><img src="/img/ico_wiki.svg" alt="Icon" />{% translate wiki %}</h2>
<p>{% translate wikitxt %}</a>
<h2><img src="/img/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
<p>{% translate translatetxt %}</p>
<h2><img src="/img/ico_help.svg" alt="Icon" />{% translate help %}</h2>
<p>{% translate helptxt %}</p>