Florian CAVASIN

Results 86 comments of Florian CAVASIN
trafficstars

> There is a lot of data that cannot be translated, e.g. Cities, Numbers ... but that is not the point, right? TRUE! Some data can be translated and some...

> ... I don't like these "there is only one correct way to do it and it's mine" expressions 😁 I am not here to impose my wishes / my...

@akkushopJK Pass a translated param to the `MenuItemModel` label (from the TranslatorInterface). From this: ```php $changePassword = new MenuItemModel( 'change_password', 'action.edit_profile', // $user->getUuid()] ); ``` To this: ```php $changePassword =...

Big 👍 for splitting `RuntimeExtension` in `IconExtension`.

Pinging @tacman as he likes TwigComponent 😉

> the biggest benefit from this bundle perspective is, that the icon class finally works as expected? `icon` class is made for `` not `` (fontawesome) , this bundle works...

A "replace in files" `CTRL + SHIFT + R` from " box_" to " card_" (with a space at the beginning) should be enough? 😄 102+ ref on my side...

Same case here and still have the problem. Having a sub-module Git that is linked with Composer (as a `vendor`), creates a symlink into the `/vendor` folder. ATE, every deployment...

@BG-Software-BG Can we mark this as `important` since it made the Flag lib unusable and brakes JS build?

@kevinpapst How do you generate your trads file in the Bundle ? `php bin/console translation:extract --force fr` ?