Ver Fonte

remove misleading comments

cyberta há 6 anos atrás
pai
commit
d3e7f963ca
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      updateTranslations.sh

+ 0 - 2
updateTranslations.sh

@@ -8,7 +8,6 @@
 
 TMP_ANDROID_TRANSLATIONS=tmpAndroidTranslations
 
-# check global vars
 if [[ -z `which node` ]] 
 then
     echo "ERROR: You need to have node installed. Exiting."
@@ -28,7 +27,6 @@ fi
 
 IOS_TRANSLATIONS=( $(find . -name Localizable.strings) )
 
-# create folders for each resource 
 mkdir $TMP_ANDROID_TRANSLATIONS
 cd $TMP_ANDROID_TRANSLATIONS
 tx pull --all --source