Browse Source

move translation related files to tools directory

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