File tree 3 files changed +5
-5
lines changed 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:
85
85
<xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
86
86
<file source-language =" en" target-language =" en" datatype =" plaintext" original =" file.ext" >
87
87
<body >
88
- <trans-unit id =" 1 " >
88
+ <trans-unit id =" title_post_list " >
89
89
<source >title.post_list</source >
90
90
<target >Post List</target >
91
91
</trans-unit >
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ different formats, XLIFF being the recommended format:
132
132
<xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
133
133
<file source-language =" en" datatype =" plaintext" original =" file.ext" >
134
134
<body >
135
- <trans-unit id =" 1 " >
135
+ <trans-unit id =" symfony_is_great " >
136
136
<source >Symfony is great</source >
137
137
<target >J'aime Symfony</target >
138
138
</trans-unit >
@@ -668,7 +668,7 @@ bundle.
668
668
<xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
669
669
<file source-language =" en" datatype =" plaintext" original =" file.ext" >
670
670
<body >
671
- <trans-unit id =" 1 " >
671
+ <trans-unit id =" author.name.not_blank " >
672
672
<source >author.name.not_blank</source >
673
673
<target >Please enter an author name.</target >
674
674
</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.
115
115
<xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
116
116
<file source-language =" en" datatype =" plaintext" original =" file.ext" >
117
117
<body >
118
- <trans-unit id =" 1 " >
118
+ <trans-unit id =" symfony_is_great " >
119
119
<source >Symfony is great</source >
120
120
<target >J'aime Symfony</target >
121
121
</trans-unit >
122
- <trans-unit id =" 2 " >
122
+ <trans-unit id =" symfony.great " >
123
123
<source >symfony.great</source >
124
124
<target >J'aime Symfony</target >
125
125
</trans-unit >
You can’t perform that action at this time.
0 commit comments