Add BC fix for renamed Tagalog language
This commit is contained in:
parent
8f558ec053
commit
9e81b00c2f
|
|
@ -1996,6 +1996,7 @@ class PHPMailer
|
|||
'no' => 'nb',
|
||||
'se' => 'sv',
|
||||
'sr' => 'rs',
|
||||
'tg' => 'tl',
|
||||
];
|
||||
|
||||
if (isset($renamed_langcodes[$langcode])) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue