Added CircuitPython Custom FS stub, Fixed l10n bug in listings, Minor additions

Update circuitpython-custom-fs.yml, sidebar.yml, and 13 more files...
This commit is contained in:
2024-10-20 22:33:49 +02:00
parent 46b9a3285e
commit 64dcc6469b
17 changed files with 100 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
{% extends "projects/_project.jinja" %}
{% block project_content %}
{{ render_h2(l10n("intro.title", project_id, user_lang)) }}
{{ render_paragraph(l10n("intro.text.10", project_id, user_lang)) }}
{{ render_paragraph(l10n("intro.text.20", project_id, user_lang)) }}
{{
render_paragraph(
l10n("intro.text.30", project_id, user_lang) + "<br>" +
l10n("intro.text.31", project_id, user_lang) + "<br>" +
l10n("intro.text.32", project_id, user_lang)
)
}}
{{ render_h2(l10n("features.title", project_id, user_lang)) }}
{% endblock %}