Skip to content

Commit ffb9951

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Fix markup Use .xlf extension Removed blank line after filepath
2 parents 8a4e08d + e665b26 commit ffb9951

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

bundles/best_practices.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ following standardized instructions in your ``README.md`` file.
354354
in the ``config/bundles.php`` file of your project::
355355
356356
// config/bundles.php
357-
358357
return [
359358
// ...
360359
<vendor>\<bundle-name>\<bundle-long-name>::class => ['all' => true],

contributing/code/pull_requests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ work:
129129
</contributing/code/maintenance>` (you may have to choose a higher branch if
130130
the feature you are fixing was introduced in a later version);
131131

132-
* ``master``, if you are adding a new feature.
132+
* ``master``, if you are adding a new feature.
133133

134134
.. note::
135135

translation/debug.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ you've already setup some translations for the ``fr`` locale:
3838

3939
.. code-block:: xml
4040
41-
<!-- translations/messages.fr.xliff -->
41+
<!-- translations/messages.fr.xlf -->
4242
<?xml version="1.0"?>
4343
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
4444
<file source-language="en" datatype="plaintext" original="file.ext">
@@ -69,7 +69,7 @@ and for the ``en`` locale:
6969

7070
.. code-block:: xml
7171
72-
<!-- translations/messages.en.xliff -->
72+
<!-- translations/messages.en.xlf -->
7373
<?xml version="1.0"?>
7474
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
7575
<file source-language="en" datatype="plaintext" original="file.ext">

0 commit comments

Comments
 (0)