-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Added support for name on the unit node #26149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you @Nyholm. |
This PR was squashed before being merged into the 4.1-dev branch (closes #26149). Discussion ---------- Added support for name on the unit node | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #25758 | License | MIT | Doc PR | na See [unit specification](http://docs.oasis-open.org/xliff/xliff-core/v2.0/os/xliff-core-v2.0-os.html#unit) and [name specification](http://docs.oasis-open.org/xliff/xliff-core/v2.0/os/xliff-core-v2.0-os.html#name) Commits ------- 30a22aa Added support for name on the unit node
Thank you for merging |
…o long for "name" (Nyholm) This PR was merged into the 4.1-dev branch. Discussion ---------- [Translation] XLIFF2: Make sure to trim source if it is too long for "name" | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This PR is a follow-up on @javiereguiluz's comment here: symfony/symfony-docs#9302 This feature was introduced in symfony/symfony#26149 Commits ------- ca41fecfd9 Make sure to trim source if it is too long
…o long for "name" (Nyholm) This PR was merged into the 4.1-dev branch. Discussion ---------- [Translation] XLIFF2: Make sure to trim source if it is too long for "name" | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This PR is a follow-up on @javiereguiluz's comment here: symfony/symfony-docs#9302 This feature was introduced in #26149 Commits ------- ca41fec Make sure to trim source if it is too long
Any specific reason this hasn't been merge in 3.4 ? |
Excellent question. Yes, there is a reason. This was a new feature. 3.4 will not include new features, only bug fixes and security fixes. Symfony is using version numbers like x.y.z. X is a major change (can break BC). Y is added features. Z is bug fixes. You can read more about Semver here: https://semver.org/ You can also see Symfonys release process here: https://symfony.com/releases |
Thanks for the answer, I was preparing a PR to report it to 3.4 but it won't be accepted if I understand. We should definitly move to 4.4... |
…o long for "name" (Nyholm) This PR was merged into the 4.1-dev branch. Discussion ---------- [Translation] XLIFF2: Make sure to trim source if it is too long for "name" | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This PR is a follow-up on @javiereguiluz's comment here: symfony/symfony-docs#9302 This feature was introduced in symfony/symfony#26149 Commits ------- ca41fecfd9 Make sure to trim source if it is too long
See unit specification and name specification