From af780b1247077d5bfc06b83eb71934c5760ac577 Mon Sep 17 00:00:00 2001 From: pedro Date: Fri, 8 Nov 2024 18:27:24 +0100 Subject: [PATCH] Makefile: even easier generate translations --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index fdc7099..03aa432 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,10 @@ boot_iso_uefi_secureboot: -drive file=deploy/iso/workbench_debug.iso,cache=none,if=virtio,format=raw,index=0,media=disk \ -boot menu=on +es_gen: + $(MAKE) es_gen_po + $(MAKE) es_gen_mo + es_gen_po: cp locale/es/LC_MESSAGES/messages.po locale/es/LC_MESSAGES/messages.pot.bak pygettext3 -p locale/es/LC_MESSAGES/ workbench-script.py