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 #31 Add @ignore annotations for incomplete translation keys (evertharmeling)
This PR was merged into the 1.0-dev branch.
Discussion
----------
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | n/a
| License | MIT
As some translation keys are dynamically build, they now are marked as `missing` when running `bin/console debug:translation en --only-missing` for example. Adding the `/** @ignore */` suppresses the marking.
Commits
-------
d4fa4fe Add @ignore annotations for incomplete translation keys
0 commit comments