script to generate Dutch translation

This commit is contained in:
Roland Gruber 2006-02-11 13:18:00 +00:00
parent dfb6f4858a
commit aa66a581c8
1 changed files with 10 additions and 0 deletions

10
lam/po/make_po_nl Executable file
View File

@ -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