stagit-fr

Fork de stagit avec une interface en français
git clone git://git.asteride.xyz/~ldp/stagit-fr.git
Journaux | Fichiers | Références | LISEZ-MOI | LICENCE

commit 5c1424109b518c0854a12f82f8e704c6afd9117a
parent 3c4cfdb060504c3b773eac79be0d876f615ce1a8
Auteur: Selve <selve@asteride.xyz>
Date:   Sat,  8 Apr 2023 17:18:06 -0400

ajout d'une traduction

Diffstat:
Mstagit-index.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit-index.c b/stagit-index.c @@ -12,7 +12,7 @@ static git_repository *repo; static const char *relpath = ""; -static char description[255] = "Repositories"; +static char description[255] = "Dépôts"; static char *name = ""; static char owner[255];