Update language codes for timepicker so the calendars are translated correctly
This commit is contained in:
@@ -154,7 +154,7 @@ class LanguageModel extends Base
|
|||||||
'hr_HR' => 'hr',
|
'hr_HR' => 'hr',
|
||||||
'hu_HU' => 'hu',
|
'hu_HU' => 'hu',
|
||||||
'nl_NL' => 'nl',
|
'nl_NL' => 'nl',
|
||||||
'nb_NO' => 'nb',
|
'nb_NO' => 'no',
|
||||||
'pl_PL' => 'pl',
|
'pl_PL' => 'pl',
|
||||||
'pt_PT' => 'pt',
|
'pt_PT' => 'pt',
|
||||||
'pt_BR' => 'pt-BR',
|
'pt_BR' => 'pt-BR',
|
||||||
@@ -174,6 +174,9 @@ class LanguageModel extends Base
|
|||||||
'id_ID' => 'id',
|
'id_ID' => 'id',
|
||||||
'el_GR' => 'el',
|
'el_GR' => 'el',
|
||||||
'fa_IR' => 'fa',
|
'fa_IR' => 'fa',
|
||||||
|
'vi_VN' => 'vi',
|
||||||
|
'bs_BA' => 'bs',
|
||||||
|
'my_MY' => 'my',
|
||||||
);
|
);
|
||||||
|
|
||||||
$lang = $this->getCurrentLanguage();
|
$lang = $this->getCurrentLanguage();
|
||||||
|
|||||||
Reference in New Issue
Block a user