Sun Feng
Sun Feng
I have solved it, just need to build a custom user provider.
I also want to know, do you solve it?
I have found the solutions: Set detect_numerics=False, will make 1.20 display correctly ```php table = BeautifulTable(maxwidth=210, detect_numerics=False) ```
I get same problem, how to add this? need to manually add translation text on knp menu builder?
@keyermann Do you solve it?
@Nyholm Do you mean add translator for label? like this: ``` php ... 'label' => $this->container->get('translator')->trans('menu.link1') ... ```
@jamesiarmes Could you give me some solutions?
I have same questions, how to get this? could you share you workaround? @saranvarma
@shaun-madison Did you fix this issue? Could you share your workaround? I have same questions.
@zafranf @EvanCoh Do you have some solutions to get message id and change key? I have same questions.