locale/Makefile in foreman_ansible-3.0.9 vs locale/Makefile in foreman_ansible-4.0.0

- old
+ new

@@ -58,5 +58,12 @@ tx-update: tx-pull reset-po $(MOFILES) # amend mo files git add ../locale/*/LC_MESSAGES git commit -a --amend -m "i18n - pulling from tx" -echo Changes commited! + +mo-files: $(MOFILES) + git add $(POFILES) $(POTFILE) ../locale/*/LC_MESSAGES + git commit -m "i18n - pulling from tx" + @echo + @echo Changes commited! + @echo