![]() |
Myth::Auth unable to translate registration error message - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34) +--- Thread: Myth::Auth unable to translate registration error message (/showthread.php?tid=76714) |
Myth::Auth unable to translate registration error message - besh81 - 06-12-2020 Hi Guys, while testing my website I found the following error message in register form (Myth:Auth) remains not-translated: The username field must contain a unique value. I look for the string (and part of it) inside the languages files but I didn't find anything. Any advice? Thanks Gabriel RE: Myth::Auth unable to translate registration error message - InsiteFX - 06-14-2020 That is because it is a CodeIgniter Validation message if you take a look in the system folder ..\system\Language\en\Language.php You will see the message that you are getting. It's an CodeIgniter 4 message not Myth::Auth RE: Myth::Auth unable to translate registration error message - besh81 - 06-16-2020 Perfect ![]() Thanks !!! |