added Portuguese

This commit is contained in:
Roland Gruber 2007-07-23 15:39:09 +00:00
parent 9e2287a2c0
commit 948766ded5
2 changed files with 15 additions and 0 deletions

View File

@ -57,6 +57,11 @@ echo "Generating Japanese translation template"
tar -czf messages.po_jp.tar.gz messages.po
echo " "
echo "Generating Portuguese translation template"
./make_po_pt
tar -czf messages.po_pt.tar.gz messages.po
echo " "
echo "Generating Russian translation template"
./make_po_ru
tar -czf messages.po_ru.tar.gz messages.po

10
lam/po/make_po_pt Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# $Id$
#
# Copyright (C) 2007 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 Portugues translations to messages.po
./make_po
msgmerge -v ../locale/pt_BR/LC_MESSAGES/messages.po messages.po -o messages.po