Closed Luddinus closed 8 years ago
ping @themsaid
Woops, sorry didn't notice the issue except now :)
Thanks for the report, it seems like a bug and I'll look into it today and get back to you :)
Well, from now I'm doing a ugly trick.
I read that dynamic "trans" are ignored so I'm doing this:
$langTrick = '.tips';
foreach ('user'.$langTrick as $tip) {
echo $tip;
}
The issue is now fixed :)
Hi,
I have this lang file e.g
And in a controller or a file inside app directory:
So the problem is that when I use "langman:sync" command, it writes an empty array in tips.
Is this a bug or an expected behauvior?
Anyway, congrats for the package, it rocks.