You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i want extract translations for my custom domain with --no-fill option, the command don't remove the translation and keep the NO_FILL_PREFIX on the translation.
Example of output: 'Editer mon profil': "\0NoFill\0Editer mon profil"
How to reproduce
php bin/console translation:extract --force --no-fill --format=yaml --domain=mycustomdomain en
Possible Solution
Adapt vendor/symfony/framework-bundle/Command/TranslationUpdateCommand->removeNoFillTranslations to parse targeted domain (or all domains if option domain is not specify).
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected
7.2.4
Description
If i want extract translations for my custom domain with --no-fill option, the command don't remove the translation and keep the NO_FILL_PREFIX on the translation.
Example of output:
'Editer mon profil': "\0NoFill\0Editer mon profil"
How to reproduce
php bin/console translation:extract --force --no-fill --format=yaml --domain=mycustomdomain en
Possible Solution
Adapt
vendor/symfony/framework-bundle/Command/TranslationUpdateCommand->removeNoFillTranslations
to parse targeted domain (or all domains if option domain is not specify).Additional Context
No response
The text was updated successfully, but these errors were encountered: