LOCALE: Add newly created MO files

This commit is contained in:
Rom Walton 2015-03-24 15:14:31 -04:00
parent 5c8811ee9f
commit 8c9d0dd27b
1 changed files with 13 additions and 1 deletions

View File

@ -21,7 +21,10 @@ 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
pocompile ${template_name}.po ${template_name}.mo
# Add the updated file to git
git add ${template_name}.mo
# Touch each file to adjust timestamps
touch ${template_name}.po
@ -41,6 +44,9 @@ for file in `find -name 'BOINC-Client.po'` ; do
# Compile the PO file into an MO file.
pocompile ${template_name}.po ${template_name}.mo
# Add the updated file to git
git add ${template_name}.mo
# Touch each file to adjust timestamps
touch ${template_name}.po
@ -60,6 +66,9 @@ for file in `find -name 'BOINC-Web.po'` ; do
# Compile the PO file into an MO file.
pocompile ${template_name}.po ${template_name}.mo
# Add the updated file to git
git add ${template_name}.mo
# Touch each file to adjust timestamps
touch ${template_name}.po
@ -79,6 +88,9 @@ for file in `find -name 'BOINC-Setup.po'` ; do
# Compile the PO file into an MO file.
pocompile ${template_name}.po ${template_name}.mo
# Add the updated file to git
git add ${template_name}.mo
# Touch each file to adjust timestamps
touch ${template_name}.po