benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.35k stars 1.14k forks source link

Wrong Italian translation for deactivate user #1450

Closed salalex closed 4 years ago

salalex commented 4 years ago

Which branch are you using? 4

What commit hash are you on? Latest

What CodeIgniter version are you using? v4

What PHP version are you using? PHP 7.2.11

Post your Ion Auth config below N/A

Describe the bug The Italian translation in Language/it/Auth.php for 'deactivate_subheading' is wrong. It reads: 'Sei sicuro di voler attivare l\'utente \'%s\'' it should read: 'Sei sicuro di voler disattivare l\'utente \'%s\''

To Reproduce

  1. Try to disable a user when locale is set to it_IT

Expected behavior The subheading message should say 'Sei sicuro di voler disattivare l\'utente \'%s\'

benedmunds commented 4 years ago

Can you send a PR for this? I don’t speak Italian and am afraid I will mess this up. Thanks!

salalex commented 4 years ago

Done! Hope I didn't mess up anything, this is my first PR.

benedmunds commented 4 years ago

Thanks! It looks great, I just merged it in.