Add Swedish as a selectable language in the web-ui (#1369).
This commit is contained in:
parent
787a4a6700
commit
8dbe0842d8
2 changed files with 13 additions and 2 deletions
|
@ -162,6 +162,7 @@ $config['available_languages'] = [
|
||||||
'serbian',
|
'serbian',
|
||||||
'slovak',
|
'slovak',
|
||||||
'spanish',
|
'spanish',
|
||||||
|
'swedish',
|
||||||
'turkish'
|
'turkish'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
10
application/language/swedish/index.html
Normal file
10
application/language/swedish/index.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>403 Forbidden</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue