소스 검색

move scripts to folder to be in sync with android

B. Petersen 4 년 전
부모
커밋
0d1195d0a4
8개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      scripts/.tx/config
  2. 2 2
      scripts/add-language.sh
  3. 0 0
      scripts/clean-core.sh
  4. 0 0
      scripts/clean_derived.sh
  5. 0 0
      scripts/convertTranslations.js
  6. 1 1
      scripts/tx-pull-translations.sh
  7. 0 0
      scripts/untranslated.xml
  8. 0 0
      scripts/update-core.sh

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


+ 2 - 2
tools/add-language.sh → scripts/add-language.sh

@@ -3,5 +3,5 @@
 echo "to add a language, browse in Xcode to "
 echo "Project settings > Info > Localisations "
 echo "and add the desired lanugage, then:"
-echo "- if needed, language mappings can be added to tools/.tx/config"
-echo "- then, call ./tools/tx-pull-translations"
+echo "- if needed, language mappings can be added to scripts/.tx/config"
+echo "- then, call ./scripts/tx-pull-translations"

+ 0 - 0
tools/clean-core.sh → scripts/clean-core.sh


+ 0 - 0
tools/clean_derived.sh → scripts/clean_derived.sh


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


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

@@ -6,7 +6,7 @@
 
 # ----Main-----
 
-cd tools
+cd scripts
 
 TMP_ANDROID_TRANSLATIONS=tmpAndroidTranslations
 

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


+ 0 - 0
tools/update-core.sh → scripts/update-core.sh