diff --git a/README.md b/README.md index e952185d3..920ed10d7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Build status: [![Build Status](https://travis-ci.org/PHPMailer/PHPMailer.svg)](h - Multipart/alternative emails for mail clients that do not read HTML email - Support for UTF-8 content and 8bit, base64, binary, and quoted-printable encodings - SMTP authentication with LOGIN, PLAIN, NTLM and CRAM-MD5 mechanisms over SSL and TLS transports -- Native language support +- Error messages in 43 languages! - DKIM and S/MIME signing support - Compatible with PHP 5.0 and later - Much more! @@ -93,7 +93,7 @@ You'll find plenty more to play with in the [examples](examples/) folder. That's it. You should now be ready to use PHPMailer! ## Localization -PHPMailer defaults to English, but in the [language](language/) folder you'll find numerous (41 at the time of writing!) translations for PHPMailer error messages that you may encounter. Their filenames contain [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the translations, for example `fr` for French. To specify a language, you need to tell PHPMailer which one to use, like this: +PHPMailer defaults to English, but in the [language](language/) folder you'll find numerous (42 at the time of writing!) translations for PHPMailer error messages that you may encounter. Their filenames contain [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the translations, for example `fr` for French. To specify a language, you need to tell PHPMailer which one to use, like this: ```php // To load the French version diff --git a/changelog.md b/changelog.md index 1381f2a60..f78a0ba85 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,7 @@ * Add example file upload script * Refactor and major cleanup of EasyPeasyICS, now a lot more usable * Make set() method simpler and more reliable +* Add Malay translation (Thanks to @nawawi) ## Version 5.2.9 (Sept 25th 2014) * **Important: The autoloader is no longer autoloaded by the PHPMailer class**