فهرست منبع

move scripts to folder to be in sync with android

B. Petersen 4 سال پیش
والد
کامیت
0d1195d0a4

+ 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