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

@ -23,6 +23,9 @@ for file in `find -name 'BOINC-Manager.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
touch ${template_name}.mo
@ -42,6 +45,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
touch ${template_name}.mo
@ -61,6 +67,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
touch ${template_name}.mo
@ -80,6 +89,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
touch ${template_name}.mo