mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Use "en_US.utf8" rather than "en_US"
This commit is contained in:
parent
8ab18fd0f8
commit
7e88925385
@ -5,7 +5,7 @@ final class Settings {
|
||||
|
||||
public function __construct($connect = true) {
|
||||
// Web interface language. Languages are stored in the "lang/" directory.
|
||||
$this->lang = 'en_US';
|
||||
$this->lang = 'en_US.utf8';
|
||||
|
||||
// Server name, shown on the main page and on the header
|
||||
$this->name = 'LiteBans';
|
||||
|
Loading…
x
Reference in New Issue
Block a user