File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ English in the application would be:
8585 <xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
8686 <file source-language =" en" target-language =" en" datatype =" plaintext" original =" file.ext" >
8787 <body >
88- <trans-unit id =" 1 " >
88+ <trans-unit id =" title_post_list " >
8989 <source >title.post_list</source >
9090 <target >Post List</target >
9191 </trans-unit >
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ different formats, XLIFF being the recommended format:
132132 <xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
133133 <file source-language =" en" datatype =" plaintext" original =" file.ext" >
134134 <body >
135- <trans-unit id =" 1 " >
135+ <trans-unit id =" symfony_is_great " >
136136 <source >Symfony is great</source >
137137 <target >J'aime Symfony</target >
138138 </trans-unit >
@@ -668,7 +668,7 @@ bundle.
668668 <xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
669669 <file source-language =" en" datatype =" plaintext" original =" file.ext" >
670670 <body >
671- <trans-unit id =" 1 " >
671+ <trans-unit id =" author.name.not_blank " >
672672 <source >author.name.not_blank</source >
673673 <target >Please enter an author name.</target >
674674 </trans-unit >
Original file line number Diff line number Diff line change @@ -115,11 +115,11 @@ recommended format. These files are parsed by one of the loader classes.
115115 <xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
116116 <file source-language =" en" datatype =" plaintext" original =" file.ext" >
117117 <body >
118- <trans-unit id =" 1 " >
118+ <trans-unit id =" symfony_is_great " >
119119 <source >Symfony is great</source >
120120 <target >J'aime Symfony</target >
121121 </trans-unit >
122- <trans-unit id =" 2 " >
122+ <trans-unit id =" symfony.great " >
123123 <source >symfony.great</source >
124124 <target >J'aime Symfony</target >
125125 </trans-unit >
You can’t perform that action at this time.
0 commit comments