mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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
25
_templates/how-it-works.html
Executable file
25
_templates/how-it-works.html
Executable file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
layout: base
|
||||
id: how-it-works
|
||||
---
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
|
||||
<p>{% translate intro %}</p>
|
||||
|
||||
<h2>{% translate basics %}</h2>
|
||||
<p>{% translate basicstxt1 %}</p>
|
||||
<p>{% translate basicstxt2 %}</p>
|
||||
|
||||
<p><br><img src="/{{ page.lang }}/img/bitcoin_at_a_glance.svg" alt="Bitcoin" /></p>
|
||||
|
||||
<h2>{% translate balances %}</h2>
|
||||
<p>{% translate balancestxt %}</p>
|
||||
|
||||
<h2>{% translate transactions %}</h2>
|
||||
<p>{% translate transactionstxt %}</p>
|
||||
|
||||
<h2>{% translate processing %}</h2>
|
||||
<p>{% translate processingtxt %}</p>
|
||||
|
||||
<h2>{% translate readmore %}</h2>
|
||||
<p>{% translate readmoretxt %}</p>
|
Loading…
Add table
Add a link
Reference in a new issue