Axel Guckelsberger
Axel Guckelsberger
This could be related to #398 but I am not sure about that. We've setup a GitHub Action workflow which should regularly extract translations and create a pull request for...
@ThiloWitt copied translates into a 3.1 test site, went into the Settings module and saw all locales there. Afterwards this error occured: `Invalid configuration at path "jms_i18n_routing.default_locale": The default locale...
Symfony 5.4 introduced the functionality described [in this article](https://symfony.com/blog/new-in-symfony-5-4-language-negotiation). We have or had something similar. Should be investigated.
Since Symfony 5.1 it is deprecated to inject the container using autowiring. We currently do that at some places where we need to dynamically access some service instances based on...
`LocaleApi#getSupportedLocales()` should trigger an event allowing to filter the result. Needed for https://github.com/zikula-modules/Multisites/issues/17
Worth to evaluate: https://github.com/formapro/JsFormValidatorBundle Newer fork: https://github.com/gvojtko/JsFormValidatorBundle
It would be helpful if the new menu module would provide some helper functionality for supporting it's usage. Possible examples are tooltips explaining available actions and (particularly) means for describing...
Use `Stringable` type hints instead of `string` where appropriate. Follow-up from #4053
Symfony uses contracts for some interfaces, like `Symfony\Contracts\Translation\TranslatorInterface`. This has the advantage that component A can implement and use it without requiring component B. Proposal: - introduce a Zikula extension...