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
feature symfony#19325 [FrameworkBundle] Allow to specify a domain when updating translations (antograssiot)
This PR was merged into the 3.2-dev branch.
Discussion
----------
[FrameworkBundle] Allow to specify a domain when updating translations
| Q | A
| ------------- | ---
| Branch? | "master"
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes/
| Fixed tickets |
| License | MIT
| Doc PR | no
The MR add the `--domain` option to the `translation:update` console command
When working with large number of domains, this helps to reduce the noise in the diff when updating only a translation file.
Commits
-------
a8f3a93 [FrameworkBundle] Allow to specify a domain when updating translations
0 commit comments