added Russian

This commit is contained in:
Roland Gruber 2006-08-03 18:03:48 +00:00
parent 0688753d8e
commit d844152a0b
2 changed files with 17 additions and 3 deletions

View File

@ -11,6 +11,10 @@ echo "Generating Catalan translation template"
./make_po_ca
tar -czf messages.po_ca.tar.gz messages.po
echo " "
echo "Generating Chinese translation template"
./make_po_zh
tar -czf messages.po_zh.tar.gz messages.po
echo " "
echo "Generating Dutch translation template"
./make_po_nl
tar -czf messages.po_nl.tar.gz messages.po
@ -35,8 +39,8 @@ echo "Generating Japanese translation template"
./make_po_jp
tar -czf messages.po_jp.tar.gz messages.po
echo " "
echo "Generating Chinese translation template"
./make_po_zh
tar -czf messages.po_zh.tar.gz messages.po
echo "Generating Russian translation template"
./make_po_ru
tar -czf messages.po_ru.tar.gz messages.po
rm messages.po

10
lam/po/make_po_ru 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 Russian translations to messages.po
./make_po
msgmerge -v ../locale/ru_RU/LC_MESSAGES/messages.po messages.po -o messages.po