Эх сурвалжийг харах

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

B. Petersen 6 жил өмнө
parent
commit
406ebcbb9d

+ 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 ..