Radyium
Radyium
@ari i discover this issue this morning. Files got a wrong uid (not the same between each node). This might help you : http://sys.ldvi.fr/csync2.html It's for v1.34 but you can...
@xabbuh It's the same translation unit id which already exist in the demo. I tried with "form" and "form+intl-icu",it's not working. I did not tried to create a new translation...
Finally after testing on demo project : ``` php ->add('title', null, [ 'attr' => ['autofocus' => true], 'label' => new TranslatableMessage('label.title',[], 'messages'), 'data' => new TranslatableMessage('label.title',[], 'messages'), ]) ``` The...
Hi @stof I can understand your point but it's a limiting the feature, no ? In my case : I have a page to edit `Taxonomy`. In that page i...
I did not know for the option "choice_translation_domain". Thanks :) I enabled it and used TranslatableMessage (because i have to pass the specific domain which is not the default one)...
Hi, I recently decided to spend some time digging into this issue again. It seems a few of us still encounter the migration diff problem with tinyint on MySQL when...