Browse Source

remove misleading comments

cyberta 6 years ago
parent
commit
d3e7f963ca
1 changed files with 0 additions and 2 deletions
  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