feat(lab): Added language setting
This commit is contained in:
parent
91ddfd4580
commit
19f9be6a3c
7 changed files with 284 additions and 11 deletions
|
@ -0,0 +1,11 @@
|
|||
const defaultSettings = {
|
||||
sa: 0,
|
||||
complete: true,
|
||||
paperless: false,
|
||||
units: 'metric',
|
||||
locale: 'en',
|
||||
margin: 2,
|
||||
debug: true,
|
||||
}
|
||||
|
||||
export default defaultSettings
|
Loading…
Add table
Add a link
Reference in a new issue