Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabpot commentedFeb 15, 2018
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 | naSee [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
Nyholm commentedFeb 15, 2018
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#9302This feature was introduced insymfony/symfony#26149Commits-------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#9302This feature was introduced in#26149Commits-------ca41fec Make sure to trim source if it is too long
axi commentedJan 14, 2020
Any specific reason this hasn't been merge in 3.4 ? |
Nyholm commentedJan 14, 2020
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 |
axi commentedJan 14, 2020
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#9302This feature was introduced insymfony/symfony#26149Commits-------ca41fecfd9 Make sure to trim source if it is too long
Seeunit specification andname specification