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

30
_templates/support-bitcoin.html Executable file
View file

@ -0,0 +1,30 @@
---
layout: base
id: support-bitcoin
---
<h1>{% translate pagetitle %}</h1>
<p>{% translate summary %}</p>
<h2><img src="/img/ico_multi.svg" alt="Icon" />{% translate use %}</h2>
<p>{% translate usetxt %}</p>
<h2><img src="/img/ico_network.svg" alt="Icon" />{% translate node %}</h2>
<p>{% translate nodetxt %}</p>
<h2><img src="/img/ico_conf.svg" alt="Icon" />{% translate develop %}</h2>
<p>{% translate developtxt %}</p>
<h2><img src="/img/ico_donate.svg" alt="Icon" />{% translate donation %}</h2>
<p>{% translate donationtxt %}</p>
<h2><img src="/img/ico_spread.svg" alt="Icon" />{% translate spread %}</h2>
<p>{% translate spreadtxt %}</p>
<h2><img src="/img/ico_wiki.svg" alt="Icon" />{% translate wiki %}</h2>
<p>{% translate wikitxt %}</a>
<h2><img src="/img/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
<p>{% translate translatetxt %}</p>
<h2><img src="/img/ico_help.svg" alt="Icon" />{% translate help %}</h2>
<p>{% translate helptxt %}</p>