Localization and AppSettings

This commit is contained in:
Spudnut2000
2025-06-10 22:32:10 -05:00
parent 1cfdf5d9be
commit b20b026aff
9 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"ConnectionStrings": {
"DefaultConnection": ""
},
"AppSettings": {
"DefaultLocale": "en-US"
}
}