This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -246,19 +246,19 @@ out of the box. Just define your values for default title/description as transla
246
246
<!-- app/Resources/translations/messages.en.xliff -->
247
247
<?xml version =" 1.0" encoding =" utf-8" ?>
248
248
<xliff xmlns =" urn:oasis:names:tc:xliff:document:1.2" version =" 1.2" >
249
- <file source-language =" en" target-language =" en" datatype =" plaintext" original =" messages.en.xliff" >
250
- <body >
251
- <trans-unit id =" default_title_key" >
252
- <source >default_title_key</source >
253
- <target >%content_title% | Default title</target >
254
- </trans-unit >
255
- <trans-unit id =" default_description_key" >
256
- <source >default_description_key</source >
257
- <target >Default description. %content_description%</target >
258
- </trans-unit >
259
- </body >
260
- </file >
261
- </xliff>
249
+ <file source-language =" en" target-language =" en" datatype =" plaintext" original =" messages.en.xliff" >
250
+ <body >
251
+ <trans-unit id =" default_title_key" >
252
+ <source >default_title_key</source >
253
+ <target >%content_title% | Default title</target >
254
+ </trans-unit >
255
+ <trans-unit id =" default_description_key" >
256
+ <source >default_description_key</source >
257
+ <target >Default description. %content_description%</target >
258
+ </trans-unit >
259
+ </body >
260
+ </file >
261
+ </xliff >
262
262
263
263
If you want to concatenate your documents values with the default ones you need them as
264
264
parameters in you translation target.
You can’t perform that action at this time.
0 commit comments