소스 검색

move translation related files to tools directory

cyberta 6 년 전
부모
커밋
ef2e1917c7
4개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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