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:
Saivann 2013-05-21 01:07:13 -04:00
parent 0510dd8ecc
commit f262d0e06f
112 changed files with 3529 additions and 3986 deletions

View file

@ -0,0 +1,27 @@
---
layout: base
id: bitcoin-for-developers
---
<h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate summary %}</p>
<h2><img src="/img/ico_simple.svg" alt="Icon" />{% translate simple %}</h2>
<p>{% translate simpletext %}</p>
<h2><img src="/img/ico_conf.svg" alt="Icon" />{% translate api %}</h2>
<p>{% translate apitext %}</p>
<h2><img src="/img/ico_own.svg" alt="Icon" />{% translate own %}</h2>
<p>{% translate owntext %}</p>
<h2><img src="/img/ico_invoice.svg" alt="Icon" />{% translate invoice %}</h2>
<p>{% translate invoicetext %}</p>
<h2><img src="/img/ico_lock.svg" alt="Icon" />{% translate security %}</h2>
<p>{% translate securitytext %}</p>
<h2><img src="/img/ico_fast.svg" alt="Icon" />{% translate instant %}</h2>
<p>{% translate instanttext %}</p>
<h2><img src="/img/ico_micro.svg" alt="Icon" />{% translate micro %}</h2>
<p>{% translate microtext %}</p>