Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Translation] XLIFF2: Make sure to trim source if it is too long for "name"#26661
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
e485a5b toca41fecCompareNyholm commentedMar 27, 2018
I've rebased my PR on master to make Travis happy. |
javiereguiluz commentedMar 27, 2018
I'm not sure about this because translations will have different kinds of <trans-unitid="http_error_403.suggestion"> ... </trans-unit><trans-unitid="ca41fec"> ... </trans-unit> Why can't we just apply this md5 ID to all translation nodes? Why it's important to duplicate the translation contents in the |
Nyholm commentedMar 27, 2018
As mentioned in#25758
So we use |
fabpot commentedMar 30, 2018
Thank you@Nyholm. |
…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
This PR is a follow-up on@javiereguiluz's comment here:symfony/symfony-docs#9302
This feature was introduced in#26149