Procházet zdrojové kódy

translation-update script should be called as ./tools/tx-pull-translations.sh

B. Petersen před 5 roky
rodič
revize
406ebcbb9d
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      tools/tx-pull-translations.sh

+ 4 - 0
tools/tx-pull-translations.sh

@@ -6,6 +6,8 @@
 
 
 # ----Main-----
 # ----Main-----
 
 
+cd tools
+
 TMP_ANDROID_TRANSLATIONS=tmpAndroidTranslations
 TMP_ANDROID_TRANSLATIONS=tmpAndroidTranslations
 
 
 if [[ -z `which node` ]] 
 if [[ -z `which node` ]] 
@@ -45,3 +47,5 @@ for (( i=0; i<${#IOS_TRANSLATIONS[@]}; i++ )) {
 }
 }
 
 
 rm -rf $TMP_ANDROID_TRANSLATIONS
 rm -rf $TMP_ANDROID_TRANSLATIONS
+
+cd ..