Use "en_US.utf8" rather than "en_US"

This commit is contained in:
ruan 2016-03-27 23:44:56 +02:00
parent 8ab18fd0f8
commit 7e88925385
2 changed files with 1 additions and 1 deletions

View File

@ -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';