mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
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
This commit is contained in:
parent
0510dd8ecc
commit
f262d0e06f
112 changed files with 3529 additions and 3986 deletions
27
_templates/bitcoin-for-enthusiasts.html
Executable file
27
_templates/bitcoin-for-enthusiasts.html
Executable file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: base
|
||||
id: bitcoin-for-enthusiasts
|
||||
---
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
|
||||
<h2><img src="/img/ico_democracy.svg" alt="Icon" />{% translate consensus %}</h2>
|
||||
<p>{% translate consensustext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_network.svg" alt="Icon" />{% translate network %}</h2>
|
||||
<p>{% translate networktext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_own.svg" alt="Icon" />{% translate freedom %}</h2>
|
||||
<p>{% translate freedomtext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_international.svg" alt="Icon" />{% translate global %}</h2>
|
||||
<p>{% translate globaltext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
||||
<p>{% translate transparencytext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
|
||||
<p>{% translate securetext %}</p>
|
||||
|
||||
<h2><img src="/img/ico_solve.svg" alt="Icon" />{% translate trust %}</h2>
|
||||
<p>{% translate trusttext %}</p>
|
Loading…
Add table
Add a link
Reference in a new issue