1
0
Fork 0
ynh-apps_tools/readme_generator/templates/ALL_README.md.j2
OniriCorpe 676065f6f0 readme_generator: fix the all_readme.md markdown (#2178)
* fix the all_readme.md markdown

* fix double final break lines

---------

Co-authored-by: Bram <cortex@worlddomination.be>
2024-03-25 01:02:56 +01:00

13 lines
353 B
Django/Jinja

# All available README files by language
- [Read the README in English](README.md)
{% for filename, translated_sentence in links_to_other_READMEs -%}
- [{{ translated_sentence }}]({{ filename }})
{% endfor -%}
{% if False -%}
Yes this is a hack to add the translatable string to messages.pot
{{- _("Read the README in %(language)s") }}
{% endif -%}