mirror of https://github.com/BOINC/boinc.git
LOCALE: Add newly created MO files
This commit is contained in:
parent
5c8811ee9f
commit
8c9d0dd27b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue