11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
|
#!/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 Chinese translations to messages.po
|
||
|
|
||
|
./make_po
|
||
|
msgmerge -v ../locale/zh_TW/LC_MESSAGES/messages.po messages.po -o messages.po
|