forked from mirrors/easyappointments
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',
|
||||
'slovak',
|
||||
'spanish',
|
||||
'swedish',
|
||||
'turkish'
|
||||
];
|
||||
|
||||
|
@ -449,8 +450,8 @@ $config['proxy_ips'] = '';
|
|||
| Rate Limiting
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Toggle the rate limiting feature in your application. Using rate limiting
|
||||
| will control the number of requests a client can sent to the app.
|
||||
| Toggle the rate limiting feature in your application. Using rate limiting
|
||||
| will control the number of requests a client can sent to the app.
|
||||
|
|
||||
*/
|
||||
$config['rate_limiting'] = TRUE;
|
||||
|
|
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