CodeIgniter Forums
[CI 4.1.1] Overwrite Validations Message With Bug? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: [CI 4.1.1] Overwrite Validations Message With Bug? (/showthread.php?tid=78647)



[CI 4.1.1] Overwrite Validations Message With Bug? - ajmeireles - 02-19-2021

Hi, guys!

When I insert custom array of validation messages in the file: app/Language/en/Validation.php the system does not overwrite the system messages with my new messages, this only happens if the file: system/Language/en/Validation.php does not exist or be renamed. Is probably a bug?

Use:
- CI 4.1.1 (Composer)
- Docker