Explorar el Código

move translation related files to tools directory

cyberta hace 6 años
padre
commit
ef2e1917c7
Se han modificado 4 ficheros con 1 adiciones y 1 borrados
  1. 0 0
      tools/.tx/config
  2. 0 0
      tools/convertTranslations.js
  3. 1 1
      tools/tx-pull-translations.sh
  4. 0 0
      tools/untranslated.xml

+ 0 - 0
.tx/config → tools/.tx/config


+ 0 - 0
convertTranslations.js → tools/convertTranslations.js


+ 1 - 1
updateTranslations.sh → tools/tx-pull-translations.sh

@@ -25,7 +25,7 @@ then
     rm -rf $TMP_ANDROID_TRANSLATIONS
 fi
 
-IOS_TRANSLATIONS=( $(find . -name Localizable.strings) )
+IOS_TRANSLATIONS=( $(find .. -name Localizable.strings) )
 
 mkdir $TMP_ANDROID_TRANSLATIONS
 cd $TMP_ANDROID_TRANSLATIONS

+ 0 - 0
untranslated.xml → tools/untranslated.xml