Skip to content

Commit ff4a44e

Browse files
committed
[#2906][#3190] Removing versionadded:: 2.1 tags after merge
1 parent 4754401 commit ff4a44e

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

book/translation.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,6 @@ texts* and complex expressions:
305305
Note that this only influences the current template, not any "included"
306306
templates (in order to avoid side effects).
307307

308-
.. versionadded:: 2.1
309-
The ``trans_default_domain`` tag is new in Symfony2.1
310-
311308
PHP Templates
312309
~~~~~~~~~~~~~
313310

@@ -520,11 +517,6 @@ the framework:
520517
'default_locale' => 'en',
521518
));
522519
523-
.. versionadded:: 2.1
524-
The ``default_locale`` parameter was defined under the session key
525-
originally, however, as of 2.1 this has been moved. This is because the
526-
locale is now set on the request instead of the session.
527-
528520
.. _book-translation-constraint-messages:
529521

530522
Translating Constraint Messages

components/translation/introduction.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ Loader too. The default loaders are:
8888
* :class:`Symfony\\Component\\Translation\\Loader\\YamlFileLoader` - to load
8989
catalogs from Yaml files (requires the :doc:`Yaml component</components/yaml>`).
9090

91-
.. versionadded:: 2.1
92-
The ``IcuDatFileLoader``, ``IcuResFileLoader``, ``IniFileLoader``,
93-
``MofileLoader``, ``PoFileLoader`` and ``QtFileLoader`` are new in
94-
Symfony 2.1
95-
9691
All file loaders require the :doc:`Config component</components/config/index>`.
9792

9893
At first, you should add one or more loaders to the ``Translator``::

0 commit comments

Comments
 (0)