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

@ -141,6 +141,7 @@ function useApp(full = true) {
// Translation
t,
languages: Object.keys(strings),
}
}