diff --git a/includes/locale.php b/includes/locale.php index a8ccfd45..6e44f9ca 100755 --- a/includes/locale.php +++ b/includes/locale.php @@ -38,6 +38,9 @@ if (empty($_SESSION['locale']) && strlen($_SERVER['HTTP_ACCEPT_LANGUAGE']) >= 2) case "zh": $locale = "zh_CN.UTF-8"; break; + case "cs": + $locale = "cs_CZ.UTF-8"; + break; default: $locale = "en_GB.UTF-8"; break;