tz18609292528@163.com
commited on
Commit
•
54b863a
1
Parent(s):
8e04c75
fix zh-CN
Browse files- languages.py +1 -1
- release_stats.py +1 -7
languages.py
CHANGED
@@ -1 +1 @@
|
|
1 |
-
LANGUAGES = {'zh': 'zh-
|
|
|
1 |
+
LANGUAGES = {'zh': 'zh-CN'}
|
release_stats.py
CHANGED
@@ -7,13 +7,7 @@ STATS = {
|
|
7 |
'locales': {
|
8 |
'zh-CN': {
|
9 |
'buckets': {
|
10 |
-
'
|
11 |
-
'invalidated': 21302,
|
12 |
-
'other': 698486,
|
13 |
-
'reported': 637,
|
14 |
-
'test': 10581,
|
15 |
-
'train': 29056,
|
16 |
-
'validated': 102525
|
17 |
},
|
18 |
'reportedSentences': 634,
|
19 |
'duration': 3742248732,
|
|
|
7 |
'locales': {
|
8 |
'zh-CN': {
|
9 |
'buckets': {
|
10 |
+
'train': 29056
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
'reportedSentences': 634,
|
13 |
'duration': 3742248732,
|