Christophe Coevoet
Christophe Coevoet
Btw, the MonorepoInstaller class actually expects the name to be the installation path for all packages, which means that the plugin is probably incompatible with use cases mentioned above.
@beberlei half of the code expects the installation path, and half of the code expects `'vendor/'.$composerPackageName` (which might be the same, but might be totally different). In the case of...
your patch does not apply it to French, but to a bunch of other locales too. Also, the goal of this bundle is to reuse the Symfony translation files in...
@czhDavid can you open a PR fixing this ? It definitely looks like a bug.
@faelgabriel any chance to make the requested changes ?
@faelgabriel any news here ?
If you do `composer require` without specifying a version, composer will prefer installing a stable version. That's by design of composer.
`--prefer-source` is about the installation method, not the constraint guessed by `require`. If you want to force using a dev version, `composer require` supports a second argument to specify the...
the issue is that you have 2 translators in your JS: - the global `Translator` variable defined by your loading of `bundles/bazingajstranslation/js/translator.min.js`, which is configured with the appropriate translations (loaded...
@Rikijs `` does not define a translator. It loads the translations in the translator available in `Translator`. So your suggestion would work well (assuming that you don't use the translator...