more languages rename
cz => cs no => nb br => pt_BR se => sv
This commit is contained in:
parent
32be443540
commit
595b45e198
|
|
@ -1683,7 +1683,11 @@ class PHPMailer
|
|||
{
|
||||
// Backwards compatibility for renamed language codes
|
||||
$renamed_langcodes = array(
|
||||
'br' => 'pt_br',
|
||||
'cz' => 'cs',
|
||||
'dk' => 'da',
|
||||
'no' => 'nb',
|
||||
'se' => 'sv',
|
||||
);
|
||||
|
||||
if (isset($renamed_langcodes[$langcode])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue