Skip to content

Update phpmailer.lang-id.php #1215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 27, 2018
Merged

Conversation

totoprayogo1916
Copy link
Contributor

Before submitting your pull request, check whether your code adheres to PHPMailer
coding standards by running the following command:

./vendor/bin/php-cs-fixer --diff --dry-run --verbose fix

And committing eventual changes. It's important that this command uses the specific version of php-cs-fixer configured for PHPMailer, so run composer install within the PHPMailer folder to use the exact version it needs.

@@ -8,20 +8,20 @@

$PHPMAILER_LANG['authenticate'] = 'Kesalahan SMTP: Tidak dapat mengotentikasi.';
$PHPMAILER_LANG['connect_host'] = 'Kesalahan SMTP: Tidak dapat terhubung ke host SMTP.';
$PHPMAILER_LANG['data_not_accepted'] = 'Kesalahan SMTP: Data tidak diterima peladen.';
$PHPMAILER_LANG['data_not_accepted'] = 'Kesalahan SMTP: data tidak diterima.';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was removing capitalisation of Data intentional there? Other messages of a similar type do capitalise that way (e.g. file_open).

@Synchro Synchro merged commit 8324bf8 into PHPMailer:master Jun 27, 2018
@Synchro
Copy link
Member

Synchro commented Jun 27, 2018

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants