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
35
_templates/resources.html
Normal file
35
_templates/resources.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
layout: base
|
||||
id: resources
|
||||
---
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<ul class="resources">
|
||||
<li>{% translate linkweusecoins %}</li>
|
||||
<li>{% translate linkwallets %}</li>
|
||||
<li>{% translate linkwiki %}
|
||||
<ul>
|
||||
<li>{% translate linkwikifaq %}</li>
|
||||
<li>{% translate linkwikisites %}</li>
|
||||
<li>{% translate linkwikimerchant %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a>{% translate linkcharts %}</a>
|
||||
<ul>
|
||||
<li>{% translate linkbitcoincharts %}</li>
|
||||
<li>{% translate linkblockchaininfo %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a>{% translate linknews %}</a>
|
||||
<ul>
|
||||
<li>{% translate linkbitcoinmagazine %}</li>
|
||||
<li>{% translate linkbitcoinnews %}</li>
|
||||
<li>{% translate linkforumpress %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a>{% translate linkspec %}</a>
|
||||
<ul>
|
||||
<li>{% translate linkpdf %}</li>
|
||||
<li>{% translate linkprotocol %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue