From c1cb1fe0c7e6601a78c5e32ade24028ce551148a Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 19 Mar 2024 04:58:23 +0100 Subject: [PATCH] fix: revert 2 previous broken translation pushs --- readme_generator/templates/README_fr.md.j2 | 90 ++++++++-------------- 1 file changed, 34 insertions(+), 56 deletions(-) diff --git a/readme_generator/templates/README_fr.md.j2 b/readme_generator/templates/README_fr.md.j2 index acccb99..fba3e1b 100644 --- a/readme_generator/templates/README_fr.md.j2 +++ b/readme_generator/templates/README_fr.md.j2 @@ -1,22 +1,3 @@ -{% if manifest.id == "example" -%} -# Packaging an app, starting from this example - -* Copy this app before working on it, using the ['Use this - template'](https://github.com/YunoHost/example_ynh/generate) button on the - Github repo. -* Edit the `manifest.json` with app specific info. -* Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and - any relevant conf files in `conf/`. - * Using the [script helpers - documentation.](https://yunohost.org/packaging_apps_helpers) -* Add a `LICENSE` file for the package. -* Edit `doc/DISCLAIMER*.md` -* The `README.md` files are to be automatically generated by - https://github.com/YunoHost/apps/tree/master/tools/readme_generator - ---- -{% endif -%} -