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>
This commit is contained in:
parent
f78c453ee8
commit
676065f6f0
1 changed files with 6 additions and 7 deletions
|
@ -1,14 +1,13 @@
|
|||
# All available README files by language
|
||||
|
||||
[Read the README in English](README.md)
|
||||
|
||||
{% for filename, translated_sentence in links_to_other_READMEs %}
|
||||
- [Read the README in English](README.md)
|
||||
{% for filename, translated_sentence in links_to_other_READMEs -%}
|
||||
- [{{ translated_sentence }}]({{ filename }})
|
||||
{% endfor %}
|
||||
{% endfor -%}
|
||||
|
||||
{% if False %}
|
||||
{% if False -%}
|
||||
Yes this is a hack to add the translatable string to messages.pot
|
||||
|
||||
{{ _("Read the README in %(language)s") }}
|
||||
{% endif %}
|
||||
{{- _("Read the README in %(language)s") }}
|
||||
{% endif -%}
|
||||
|
||||
|
|
Loading…
Reference in a new issue