-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.dist.json
44 lines (44 loc) · 1.05 KB
/
config.dist.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
{
"format": {
"day": {
"key": "$tc(format.day.key)",
"value": "{{date}}"
},
"start": {
"key": "$tc(format.start.key)",
"value": "{{time}}"
},
"stop": {
"key": "$tc(format.stop.key.set)",
"value": "{{time}}"
},
"stop-unset": {
"key": "$tc(format.stop.key.unset)",
"value": "{{time}}"
},
"rest": {
"key": "$tc(format.break.key.type)({{id}}) [{{time}}]",
"value": "{{duration}} $tc(format.break.value.duration)"
},
"workDuration": {
"key": "$tc(format.workDuration.key)",
"value": "{{duration}}"
},
"breakDuration": {
"key": "$tc(format.breakDuration.key)",
"value": "{{duration}}"
},
"notes": {
"key": "$tc(format.note.key.type)({{id}}) [{{time}}]",
"value": "{{value}}"
},
"worklogs": {
"key": "$tc(format.worklog.key.type)({{id}}) [{{time}}]",
"value": "{{duration}} {{key}} {{value}}"
}
},
"minuteRounding": 5,
"maxWorklogDuration": 120,
"workDuration": 8,
"language": "en"
}