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
 fi
132
 fi
133
 
133
 
134
 if [[ $1 == "install" ]]; then
134
 if [[ $1 == "install" ]]; then
135
-    install_i18next-conv
136
     install_translations
135
     install_translations
137
     exit 0
136
     exit 0
138
 fi
137
 fi