Fix missing translations part 2

This commit is contained in:
alikoli
2023-08-10 01:52:46 +02:00
parent 1de8bb850f
commit 8fbbbce4ec
9 changed files with 48 additions and 15 deletions

View File

@ -1,12 +1,4 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:44358/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
@ -23,5 +15,13 @@
},
"applicationUrl": "http://localhost:44358/"
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:65367/",
"sslPort": 44327
}
}
}