Add translation progress dump to travis and remove the data dump to console
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -122,3 +122,4 @@ gitversion
|
||||
*.swp
|
||||
|
||||
*.fsdbinary
|
||||
/locale/progress.json
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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('-', '_')
|
||||
|
||||
Reference in New Issue
Block a user