cahya commited on
Commit
47d0d72
1 Parent(s): e78acc5

fixed the local import

Browse files
Files changed (1) hide show
  1. release_stats.py +16 -8
release_stats.py CHANGED
@@ -3,14 +3,22 @@ STATS = {
3
  "version": "1.0.0",
4
  "date": "",
5
  "locales": {
6
- "ace": {'reportedSentences': 149, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1, 'avgDurationSecs': 1, 'totalHrs': 1},
7
- "bal": {'reportedSentences': 175, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1, 'avgDurationSecs': 1, 'totalHrs': 1},
8
- "bug": {'reportedSentences': 142, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1, 'avgDurationSecs': 1, 'totalHrs': 1},
9
- "id": {'reportedSentences': 6238, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1, 'avgDurationSecs': 1, 'totalHrs': 1},
10
- "min": {'reportedSentences': 156, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1, 'avgDurationSecs': 1, 'totalHrs': 1},
11
- "jav": {'reportedSentences': 801, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1, 'avgDurationSecs': 1, 'totalHrs': 1},
12
- "sun": {'reportedSentences': 154, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1, 'avgDurationSecs': 1, 'totalHrs': 1},
13
- "all": {'reportedSentences': 7815, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1, 'avgDurationSecs': 1, 'totalHrs': 1},
 
 
 
 
 
 
 
 
14
  },
15
  'totalDuration': 1, 'totalHrs': 1
16
  }
 
3
  "version": "1.0.0",
4
  "date": "",
5
  "locales": {
6
+ "ace": {'reportedSentences': 149, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1,
7
+ 'avgDurationSecs': 1, 'totalHrs': 1},
8
+ "bal": {'reportedSentences': 175, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1,
9
+ 'avgDurationSecs': 1, 'totalHrs': 1},
10
+ "bug": {'reportedSentences': 142, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1,
11
+ 'avgDurationSecs': 1, 'totalHrs': 1},
12
+ "id": {'reportedSentences': 6238, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1,
13
+ 'avgDurationSecs': 1, 'totalHrs': 1},
14
+ "min": {'reportedSentences': 156, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1,
15
+ 'avgDurationSecs': 1, 'totalHrs': 1},
16
+ "jav": {'reportedSentences': 801, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1,
17
+ 'avgDurationSecs': 1, 'totalHrs': 1},
18
+ "sun": {'reportedSentences': 154, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1,
19
+ 'avgDurationSecs': 1, 'totalHrs': 1},
20
+ "all": {'reportedSentences': 7815, 'duration': 1, 'clips': 1, 'users': 416, 'size': 1,
21
+ 'avgDurationSecs': 1, 'totalHrs': 1},
22
  },
23
  'totalDuration': 1, 'totalHrs': 1
24
  }