diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-11-12 07:12:26 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-11-12 07:12:26 -0500 |
| commit | bf2cf457c34c363918cbd55ae33ccf3f736c9244 (patch) | |
| tree | e46afd5a86cc349509b3c7faacdf12d729fce32d /app/Model/Config.php | |
| parent | b9f56769c12c0e13c4e10f267cb7d9a7a4ee1c33 (diff) | |
Fix bug: cs_CZ display the wrong locale in datetime picker
Diffstat (limited to 'app/Model/Config.php')
| -rw-r--r-- | app/Model/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php index 3b90f58d..84a968e3 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -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', |
