Do not extract strings from wip-tracks. Fixes #1967

This commit is contained in:
auria 2015-02-08 18:05:42 -05:00
parent 70ed2b47d0
commit 671e3829a4
2 changed files with 500 additions and 486 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ CPP_FILE_LIST="`find ./src \
-name '*.hpp' -or \
-name "*.h" \
`"
XML_FILE_LIST="`find ./data ../stk-assets ../supertuxkart-assets \
XML_FILE_LIST="`find ./data ../stk-assets/tracks ../stk-assets/karts \
-name 'achievements.xml' -or \
-name 'kart.xml' -or \
-name 'track.xml' -or \