Add translation progress dump to travis and remove the data dump to console

This commit is contained in:
Ryan Holmes
2020-07-25 16:54:15 -04:00
parent 7dc362fef9
commit bec9eb2224
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -122,3 +122,4 @@ gitversion
*.swp
*.fsdbinary
/locale/progress.json

View File

@@ -13,6 +13,7 @@ before_install:
- bash scripts/setup-osx.sh
install:
- python3 scripts/compile_lang.py
- python3 scripts/dump_crowdin_progress.py
- python3 db_update.py
- export PYFA_VERSION="$(python3 scripts/dump_version.py)"
- bash scripts/package-osx.sh

View File

@@ -12,7 +12,6 @@ params = {
resp = requests.get('https://api.crowdin.com/api/project/pyfa/status', params=params)
data = resp.json()
print(data)
for x in data:
x['code'] = x['code'].replace('-', '_')