From 5a843bafe2a7cfe3d509a094e1cc32a0dc310e43 Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Mon, 25 Sep 2023 16:33:44 +0200 Subject: [PATCH] not add pot file automatically --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 685179f..2043a02 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ update_trad: @for lang in $$(find locale -mindepth 1 -maxdepth 1 -type d); do \ po_file="$$lang/LC_MESSAGES/application.po"; \ msgmerge --update -N "$$po_file" ./locale/application.pot; \ - git add ./locale/application.pot; \ done # Creation des fichiers .mo...