added Portuguese
This commit is contained in:
parent
9e2287a2c0
commit
948766ded5
|
@ -57,6 +57,11 @@ echo "Generating Japanese translation template"
|
||||||
tar -czf messages.po_jp.tar.gz messages.po
|
tar -czf messages.po_jp.tar.gz messages.po
|
||||||
echo " "
|
echo " "
|
||||||
|
|
||||||
|
echo "Generating Portuguese translation template"
|
||||||
|
./make_po_pt
|
||||||
|
tar -czf messages.po_pt.tar.gz messages.po
|
||||||
|
echo " "
|
||||||
|
|
||||||
echo "Generating Russian translation template"
|
echo "Generating Russian translation template"
|
||||||
./make_po_ru
|
./make_po_ru
|
||||||
tar -czf messages.po_ru.tar.gz messages.po
|
tar -czf messages.po_ru.tar.gz messages.po
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue