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
minor #5190 Change '.xliff' extensions to '.xlf' (xelaris)
This PR was merged into the 2.3 branch.
Discussion
----------
Change '.xliff' extensions to '.xlf'
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.3+
| Fixed tickets |
I'm not committed to this PR, since I prefer `.xliff` over `.xlf` extension personally, but when calling `app/console translation:update --output-format xlf en --force` you get a `app/Resources/translations/messages.en.xlf` file and this is especially bad if you already have an equivalent `.xliff` file. In addition `.xlf` is the default extension for distributed translations since symfony/symfony@2cb6260 and `XliffFileDumper` uses the `xlf` extension. So I think it is more consistent to show `.xlf` files in the doc.
Commits
-------
4ce1a94 Change 'xliff' extensions and loader name to 'xlf'
0 commit comments