From 1437d0da5bd9eadeeb2594c9103e5989a4081faa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 25 Jan 2008 10:56:39 +0000 Subject: 0.29: "Install Mandriva Linux 2008 Spring on your system" is too long, replacing it with "Install Mandriva Linux 2008 Spring" --- po/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index d4a06ff..06ade36 100644 --- a/po/Makefile +++ b/po/Makefile @@ -20,3 +20,11 @@ en.tr text.inc: bootloader.pot clean: rm -f text.inc *.tr *~ + + +merge: bootloader.pot + for n in *.po; do \ + echo "Merging $$n"; \ + msgmerge -C $$n $$n bootloader.pot > "$$n"t ; \ + mv -f "$$n"t $$n ; \ + done -- cgit v1.2.1