mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +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) {
|
public function __construct($connect = true) {
|
||||||
// Web interface language. Languages are stored in the "lang/" directory.
|
// 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
|
// Server name, shown on the main page and on the header
|
||||||
$this->name = 'LiteBans';
|
$this->name = 'LiteBans';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user