Update Translations

svn path=/trunk/boinc/; revision=22393
This commit is contained in:
David Anderson 2010-09-20 20:42:56 +00:00
parent 60083f8be2
commit 7f941b8cf6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ for file in `find -name 'BOINC-Manager.po'` ; do
then
# Compile the PO file into an MO file.
pocompile ${template_name}.po ${template_name}.mo > /dev/null 2> /dev/null
pocompile ${template_name}.po ${template_name}.mo
# Add any new MO files to SVN
svn add ${template_name}.mo > /dev/null 2> /dev/null