diff --git a/modules/openstack_project/files/slave_scripts/upstream_translation_update.sh b/modules/openstack_project/files/slave_scripts/upstream_translation_update.sh index 41edb5939a..55f99b43aa 100755 --- a/modules/openstack_project/files/slave_scripts/upstream_translation_update.sh +++ b/modules/openstack_project/files/slave_scripts/upstream_translation_update.sh @@ -27,12 +27,7 @@ setup_project "$PROJECT" # Update the .pot file python setup.py extract_messages -PO_FILES=`find ${PROJECT}/locale -name '*.po'` -if [ -n "$PO_FILES" ] -then - # Use updated .pot file to update translations - python setup.py update_catalog --no-fuzzy-matching --ignore-obsolete=true -fi + # Add all changed files to git git add $PROJECT/locale/*