From 71ec039bbd381fc4c2ecbb578eda81192a84972e Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Thu, 27 May 2021 10:16:47 +0200 Subject: [PATCH] Use nbsp before semicolons in fr readme Signed-off-by: Nils VAN ZUIJLEN --- README-generator/templates/README_fr.md.j2 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README-generator/templates/README_fr.md.j2 b/README-generator/templates/README_fr.md.j2 index fc137ac..2f8719a 100644 --- a/README-generator/templates/README_fr.md.j2 +++ b/README-generator/templates/README_fr.md.j2 @@ -13,9 +13,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in {{manifest.description[lang]}} -**Version incluse:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}{% endif %} +**Version incluse :** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}{% endif %} -{% if upstream.demo %}**Démo :** {{upstream.demo}}{% endif %} +{% if upstream.demo %}**Démo :** {{upstream.demo}}{% endif %} {% if screenshots -%} ## Captures d'écran @@ -33,16 +33,16 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Documentations et ressources -{% if upstream.website -%}* Site officiel de l'app : {{ upstream.website }} +{% if upstream.website -%}* Site officiel de l'app : {{ upstream.website }} {% endif -%} -{% if upstream.userdoc -%}* Documentation officielle utilisateur : {{ upstream.userdoc }} +{% if upstream.userdoc -%}* Documentation officielle utilisateur : {{ upstream.userdoc }} {% endif -%} -{% if upstream.admindoc -%}* Documentation officielle de l'admin : {{ upstream.admindoc }} +{% if upstream.admindoc -%}* Documentation officielle de l'admin : {{ upstream.admindoc }} {% endif -%} -{% if upstream.code -%}* Dépôt de code officiel de l'app : {{ upstream.code }} +{% if upstream.code -%}* Dépôt de code officiel de l'app : {{ upstream.code }} {% endif -%} -* Documentation YunoHost pour cette app : https://yunohost.org/app_{{manifest.id}} -* Signaler un bug: https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues +* Documentation YunoHost pour cette app : https://yunohost.org/app_{{manifest.id}} +* Signaler un bug : https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues ## Informations pour les développeurs @@ -55,4 +55,4 @@ or sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications:** https://yunohost.org/packaging_apps +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps