Conversion utility not needed on install

This commit is contained in:
Bob Mottram 2015-12-03 17:23:57 +00:00
parent 8dd187de5a
commit d3409d4c46
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ if [[ $1 == "make" ]]; then
fi
if [[ $1 == "install" ]]; then
install_i18next-conv
install_translations
exit 0
fi