mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Use DejaVu Sans Mono for the MinTTY console
This commit is contained in:
@@ -199,6 +199,20 @@ LICENSE;
|
||||
public static $languages = array(
|
||||
"en" => "English",
|
||||
"es" => "Español",
|
||||
//"zh" => "中文",
|
||||
"ru" => "Pyccĸий",
|
||||
//"ja" => "日本語",
|
||||
"de" => "Deutsch",
|
||||
//"vi" => "Tiếng Việt",
|
||||
"ko" => "한국어",
|
||||
//"fr" => "Français",
|
||||
//"it" => "Italiano",
|
||||
//"lv" => "Latviešu",
|
||||
"nl" => "Nederlands",
|
||||
//"pt" => "Português",
|
||||
//"sv" => "Svenska",
|
||||
"tr" => "Türkçe",
|
||||
//"et" => "Eesti",
|
||||
);
|
||||
private $texts = array();
|
||||
private $lang;
|
||||
|
Reference in New Issue
Block a user