-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathconfig.json
47 lines (33 loc) · 886 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"animation":false,
"change answer buttons":true,
"date_format": "iso",
"note_correction_factors": {
"Fr": 2,
"English": 2
},
"heatmap_position" : "default",
"theme" : "default",
"local":{
"Average" : "Average" ,
"cards/minute" : "cards/minute",
"minute" : "minute" ,
"minutes" : "minutes" ,
"more" : "more" ,
"New" : "New" ,
"Due" : "Due" ,
"Learn" : "Learn" ,
"Learning" : "Learning" ,
"Review" : "Review" ,
"Total" : "Total",
"Cards" : "Cards",
"Notes" : "Notes",
"Done in" : "Done in",
"day":"day",
"days":"days",
"Mature" : "Mature",
"Young" : "Young",
"Unseen" : "Unseen",
"Suspended": "Suspended"
}
}