Merge pull-request #1039

This commit is contained in:
Frederic Guillot 2015-07-19 18:18:34 -04:00
commit 8dae903e73
2 changed files with 1039 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -74,6 +74,7 @@ class Config extends Base
{
// Sorted by value
$languages = array(
'cs_CZ' => 'Čeština',
'da_DK' => 'Dansk',
'de_DE' => 'Deutsch',
'en_US' => 'English',
@ -110,6 +111,7 @@ class Config extends Base
public function getJsLanguageCode()
{
$languages = array(
'cs_CZ' => 'cz',
'da_DK' => 'da',
'de_DE' => 'de',
'en_US' => 'en',