Browse Source

Conversion utility not needed on install

Bob Mottram 9 years ago
parent
commit
d3409d4c46
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      translate

+ 0
- 1
translate View File

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