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:
Hornwitser 2025-06-13 21:50:22 +02:00
parent fad1bb2482
commit fb7a60db28
5 changed files with 28 additions and 0 deletions

View file

@ -9,6 +9,7 @@ export default defineNuxtConfig({
vapidPrivateKeyFile: "",
public: {
defaultTimezone: "Europe/Oslo",
defaultLocale: "en-GB",
vapidPublicKey: "",
}
},