Fix bug: cs_CZ display the wrong locale in datetime picker

This commit is contained in:
Frederic Guillot
2015-11-12 07:12:26 -05:00
parent b9f56769c1
commit bf2cf457c3
4 changed files with 10 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ class Config extends Setting
public function getJsLanguageCode()
{
$languages = array(
'cs_CZ' => 'cz',
'cs_CZ' => 'cs',
'da_DK' => 'da',
'de_DE' => 'de',
'en_US' => 'en',