From db5887cf71c19783553c504dce76d9427469dcfe Mon Sep 17 00:00:00 2001 From: matograine <matograine@zaclys.net> Date: Tue, 26 Apr 2022 20:45:51 +0200 Subject: [PATCH] add example_vignette.png in README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f7a952..f812534 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,12 @@ i18n |- <lang_code> |- html_translations.json (translation strings for HTML files) |- strings.js (error messages) - |- logo_g.png (translated logo, size 900x900) + |- logo_g.png (translated logo, size 900x900px) + |- example_vignette.png (example vignette, size 850x607px) ``` -The name of the lang dir (FR, CAT, etc) is used in the interface, please do not use fuzzy dir names. +Note that example_vignette.png is optional and is not included in Git tree to avoid useless weight. +If you create a translated example_vignette.png, please notify it in the MR and send it to Matograine. + +The name of the lang dir (FR, CA, etc) is used in the interface, please do not use fuzzy dir names. You may delete a translation dir before launching the build if you don't want to use it. -- GitLab