mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
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
14 lines
349 B
HTML
Executable file
14 lines
349 B
HTML
Executable file
---
|
|
layout: base
|
|
id: index
|
|
---
|
|
<h1>{% translate pagetitle %}</h1>
|
|
<p style="font-size:125%;">{% translate listintro %}</p>
|
|
<ul style="font-size:125%;">
|
|
<li>{% translate list1 %}</li>
|
|
<li>{% translate list2 %}</li>
|
|
<li>{% translate list3 %}</li>
|
|
<li>{% translate list4 %}</li>
|
|
</ul>
|
|
<p>{% translate desc %}</p>
|
|
<p>{% translate license %}</p>
|