From 7fbbff42c38189efea8c4ab5550aea014554db30 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 11 Feb 2006 13:18:22 +0000 Subject: [PATCH] added Dutch --- lam/po/make_all | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lam/po/make_all b/lam/po/make_all index b077c94a..cc8ec264 100755 --- a/lam/po/make_all +++ b/lam/po/make_all @@ -3,6 +3,10 @@ echo "Generating Catalan translation template" ./make_po_ca tar -czf messages.po_ca.tar.gz messages.po echo " " +echo "Generating Dutch translation template" +./make_po_nl +tar -czf messages.po_nl.tar.gz messages.po +echo " " echo "Generating Spanish translation template" ./make_po_es tar -czf messages.po_es.tar.gz messages.po