Add Swedish as a selectable language in the web-ui (#1369).

This commit is contained in:
Alex Tselegidis 2023-06-12 12:50:37 +02:00
parent 787a4a6700
commit 8dbe0842d8
2 changed files with 13 additions and 2 deletions

View File

@ -162,6 +162,7 @@ $config['available_languages'] = [
'serbian',
'slovak',
'spanish',
'swedish',
'turkish'
];

View File

@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>