From 1194d56e92bd682b30240970167bd2a87ce39a3c Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Wed, 26 Jul 2017 22:09:06 +0200 Subject: [PATCH] Correct Serbian ISO language code from `sr` to `rs` --- class.phpmailer.php | 1 + language/{phpmailer.lang-sr.php => phpmailer.lang-rs.php} | 0 2 files changed, 1 insertion(+) rename language/{phpmailer.lang-sr.php => phpmailer.lang-rs.php} (100%) diff --git a/class.phpmailer.php b/class.phpmailer.php index 27f70919..6d25f970 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -1742,6 +1742,7 @@ class PHPMailer 'dk' => 'da', 'no' => 'nb', 'se' => 'sv', + 'sr' => 'rs' ); if (isset($renamed_langcodes[$langcode])) { diff --git a/language/phpmailer.lang-sr.php b/language/phpmailer.lang-rs.php similarity index 100% rename from language/phpmailer.lang-sr.php rename to language/phpmailer.lang-rs.php