Explorar el Código

Conversion utility not needed on install

Bob Mottram hace 9 años
padre
commit
d3409d4c46
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      translate

+ 0
- 1
translate Ver fichero

@@ -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