Use DejaVu Sans Mono for the MinTTY console

This commit is contained in:
Shoghi Cervantes
2014-01-15 19:57:46 +01:00
parent 81d938cc53
commit 36c416fada
8 changed files with 132 additions and 7 deletions

View File

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