Correct Serbian ISO language code from `sr` to `rs`

This commit is contained in:
Marcus Bointon 2017-07-26 22:09:06 +02:00
parent d46ba2d186
commit 1194d56e92
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
2 changed files with 1 additions and 0 deletions

View File

@ -1742,6 +1742,7 @@ class PHPMailer
'dk' => 'da',
'no' => 'nb',
'se' => 'sv',
'sr' => 'rs'
);
if (isset($renamed_langcodes[$langcode])) {