8000 Added the name attribute to XLIFF 2 documents by javiereguiluz · Pull Request #9302 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added the name attribute to XLIFF 2 documents #9302

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

Merged
merged 1 commit into from
Feb 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added the name attribute to XLIFF 2 documents
  • Loading branch information
javiereguiluz committed Feb 20, 2018
commit 30ee49ecc87c3610f19f2e355daf6ba936d8a8c8
2 changes: 1 addition & 1 deletion components/translation/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ loaded/dumped when using this component inside a Symfony application:
<xliff xmlns="urn:oasis:names:tc:xliff:document:2.0" version="2.0"
srcLang="fr-FR" trgLang="en-US">
<file id="messages.en_US">
<unit id="LCa0a2j">
<unit id="LCa0a2j" name="original-content">
<notes>
<note category="state">new</note>
<note category="approved">true</note>
Expand Down
0