-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Symfony version(s) affected: 5.3.x
Description
Error message about missing config when config in place.
Edit: Config does not seem to be read properly for domains and locales at all, it only uses the command line inputs
How to reproduce
Copy the example from https://symfony.com/doc/current/translation.html#translation-providers and run php bin/console translation:push loco --force
Possible Solution
This either needs to check framework.translator.providers.%s.locales
or remove it from the error message.
Edit: Add config checks for domains and locales
Additional context
https://github.com/symfony/translation/blob/251de0d921c42ef0a81494d8f37405421deefdf6/Command/TranslationPushCommand.php#L97-L99