Explorar o código

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

B. Petersen %!s(int64=6) %!d(string=hai) anos
pai
achega
406ebcbb9d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tools/tx-pull-translations.sh

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

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