espservices Posted July 23, 2024 Report Posted July 23, 2024 Hi, I have added some edited language string lines on /language/pt_br/_custom.php file, but the changes do not work (don’t show). Example, I added the below string on the _custom.php file as you can see on the image attach. $lang['ClientLogin.index.description'] = 'Teste String.'; But nothing changes. If I change directly the file client_login.php it works. What do I need to do for the lines I add on _custom.php to work? Im using Blesta v5.10.1 Thanks Quote
0 Paul Posted July 25, 2024 Report Posted July 25, 2024 It's possible that the custom language file is only loaded in the context of custom definitions in Blesta, like Payment Types (Under Settings > System > General > Payment Types) where custom definitions can be used. It may be necessary to wait for https://dev.blesta.com/browse/CORE-5111 to be implemented, hopefully in 5.11, to allow any/all definitions to be overwritten here in an overrides file. espservices 1 Quote
0 espservices Posted July 28, 2024 Author Report Posted July 28, 2024 Hi @Paul Thanks for the information. Please try to have the new feature https://dev.blesta.com/browse/CORE-5111 ready on 5.11. It's very important for us. Every time an update happens its a mess with custom language updates. Without that new feature we will be forced to stop using Blesta. Thanks Quote
Question
espservices
Hi,
I have added some edited language string lines on /language/pt_br/_custom.php file, but the changes do not work (don’t show).
Example, I added the below string on the _custom.php file as you can see on the image attach.
$lang['ClientLogin.index.description'] = 'Teste String.';
But nothing changes. If I change directly the file client_login.php it works.
What do I need to do for the lines I add on _custom.php to work?
Im using Blesta v5.10.1
Thanks
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.