diff --git a/readme_generator/templates/README.md.j2 b/readme_generator/templates/README.md.j2 index e62969b..6302946 100644 --- a/readme_generator/templates/README.md.j2 +++ b/readme_generator/templates/README.md.j2 @@ -58,7 +58,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in {% for antifeature in antifeatures.values() -%} - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor -%} +{% endfor %} {% endif -%} ## Documentation and resources @@ -71,8 +71,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in {% endif -%} {% if upstream.code -%}- Upstream app code repository: <{{ upstream.code }}> {% endif -%} -* YunoHost Store: -* Report a bug: +- YunoHost Store: +- Report a bug: ## Developer info @@ -87,3 +87,4 @@ sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{ ``` **More info regarding app packaging:** + diff --git a/readme_generator/templates/README_fr.md.j2 b/readme_generator/templates/README_fr.md.j2 index 2d9f0bd..5fa9e09 100644 --- a/readme_generator/templates/README_fr.md.j2 +++ b/readme_generator/templates/README_fr.md.j2 @@ -40,14 +40,13 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po {% endif -%} {% if antifeatures -%} -## :red_circle: Anti-fonctionnalités +## :red_circle: Anti-fonctionnalitéslblblb {% for antifeature in antifeatures.values() -%} - - **{{ antifeature.title }}**: {{ antifeature.description }} -{% endfor -%} + - **{{ antifeature.title }}** : {{ antifeature.description }} +{% endfor %} {% endif -%} - ## Documentations et ressources {% if upstream.website -%}- Site officiel de l’app : <{{ upstream.website }}> @@ -58,8 +57,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po {% endif -%} {% if upstream.code -%}- Dépôt de code officiel de l’app : <{{ upstream.code }}> {% endif -%} -* YunoHost Store: -* Signaler un bug : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -74,3 +73,4 @@ sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{ ``` **Plus d’infos sur le packaging d’applications :** +