mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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
30 lines
978 B
HTML
Executable file
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>
|