Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Oct 19, 2017
1 parent 8858381 commit 5af110e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Don't make max line length depend on line break format
* Match SendGrid transaction IDs
* `idnSupported()` now static, as previously documented
* Improve Indonesian translation (thanks to @januridp)

## Version 6.0.1 (September 14th 2017)
* Use shorter Message-ID headers (with more entropy) to avoid iCloud blackhole bug
Expand Down
3 changes: 2 additions & 1 deletion language/phpmailer.lang-id.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Indonesian PHPMailer language file: refer to English translation for definitive list
* @package PHPMailer
* @author Cecep Prawiro <[email protected]>
* @author @januridp
*/

$PHPMAILER_LANG['authenticate'] = 'Kesalahan SMTP: Tidak dapat mengotentikasi.';
Expand All @@ -23,4 +24,4 @@
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() gagal.';
$PHPMAILER_LANG['smtp_error'] = 'Kesalahan pada pelayan SMTP : ';
$PHPMAILER_LANG['variable_set'] = 'Tidak berhasil mengatur atau mengatur ulang variable : ';
$PHPMAILER_LANG['extension_missing'] = 'Ekstensi hilang: ';
$PHPMAILER_LANG['extension_missing'] = 'Ekstensi hilang: ';

0 comments on commit 5af110e

Please sign in to comment.