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
1 KiB
HTML
Executable file
30 lines
1 KiB
HTML
Executable file
---
|
|
layout: base
|
|
id: bitcoin-for-businesses
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p class="summary">{% translate summary %}</p>
|
|
|
|
<h2><img src="/img/ico_lowfee.svg" alt="Icon" />{% translate lowfee %}</h2>
|
|
<p>{% translate lowfeetext %}</p>
|
|
|
|
<h2><img src="/img/ico_shield.svg" alt="Icon" />{% translate fraud %}</h2>
|
|
<p>{% translate fraudtext %}</p>
|
|
|
|
<h2><img src="/img/ico_international.svg" alt="Icon" />{% translate international %}</h2>
|
|
<p>{% translate internationaltext %}</p>
|
|
|
|
<h2><img src="/img/ico_pci.svg" alt="Icon" />{% translate pci %}</h2>
|
|
<p>{% translate pcitext %}</p>
|
|
|
|
<h2><img src="/img/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
|
|
<p>{% translate instanttext %}</p>
|
|
|
|
<h2><img src="/img/ico_visib.svg" alt="Icon" />{% translate visibility %}</h2>
|
|
<p>{% translate visibilitytext %}</p>
|
|
|
|
<h2><img src="/img/ico_multi.svg" alt="Icon" />{% translate multisig %}</h2>
|
|
<p>{% translate multisigtext %}</p>
|
|
|
|
<h2><img src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
|
<p>{% translate transparencytext %}</p>
|