Add per account locale setting
Add a per user account setting for the locale so that the server can correctly render pages with localized time formatting.
This commit is contained in:
parent
fad1bb2482
commit
fb7a60db28
5 changed files with 28 additions and 0 deletions
|
@ -9,6 +9,7 @@ export default defineNuxtConfig({
|
|||
vapidPrivateKeyFile: "",
|
||||
public: {
|
||||
defaultTimezone: "Europe/Oslo",
|
||||
defaultLocale: "en-GB",
|
||||
vapidPublicKey: "",
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue