diff --git a/lam/po/make_po_nl b/lam/po/make_po_nl new file mode 100755 index 00000000..fb8e13f0 --- /dev/null +++ b/lam/po/make_po_nl @@ -0,0 +1,10 @@ +#!/bin/bash +# $Id$ +# +# Copyright (C) 2006 Roland Gruber +# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam) + +# This script is run after make_po to merge the existing Dutch translations to messages.po + +./make_po +msgmerge -v ../locale/nl_NL/LC_MESSAGES/messages.po messages.po -o messages.po \ No newline at end of file