From 7aa692ec817fc2a7f44b7c0b7dd65fea48da425b Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 12 Dec 2012 18:51:23 +0000 Subject: [PATCH] create POT --- lam/po/make_all | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lam/po/make_all b/lam/po/make_all index f3060f52..ebd995a8 100755 --- a/lam/po/make_all +++ b/lam/po/make_all @@ -6,7 +6,12 @@ # This script is run to create archives of all messages.po files. -#!/bin/bash +echo "Generating POT" +./make_po +mv messages.po messages.pot +tar -czf messages.pot.tar.gz messages.pot +echo " " + echo "Generating Catalan translation template" ./make_po_ca tar -czf messages.po_ca.tar.gz messages.po