1
0
Fork 0

feat(lab): Added language setting

This commit is contained in:
Joost De Cock 2022-01-27 12:26:56 +01:00
parent 91ddfd4580
commit 19f9be6a3c
7 changed files with 284 additions and 11 deletions

View file

@ -0,0 +1,11 @@
const defaultSettings = {
sa: 0,
complete: true,
paperless: false,
units: 'metric',
locale: 'en',
margin: 2,
debug: true,
}
export default defaultSettings