Save and use user's locale preference

This commit is contained in:
Timothy Armes
2024-09-30 14:53:24 +02:00
parent 03f5ea3454
commit ee031588ff
13 changed files with 467 additions and 367 deletions
+3 -1
View File
@@ -28,7 +28,9 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"global.d.ts"
"global.d.ts",
"leaflet.d.ts",
"next-auth.d.ts"
],
"exclude": ["node_modules"]
}