Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f270773

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Promote usage of a single translation domain Move sidebar into a real section Removed Translation component documentation
2 parents 1111c0b + 8b12dde commit f270773

File tree

13 files changed

+192
-711
lines changed

13 files changed

+192
-711
lines changed

_build/redirection_map

+2
Original file line numberDiff line numberDiff line change
@@ -474,3 +474,5 @@
474474
/best_practices/web-assets /best_practices
475475
/best_practices/tests /best_practices
476476
/components/debug https://github.com/symfony/debug
477+
/components/translation https://github.com/symfony/translation
478+
/components/translation/usage /translation

bundles/override.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ instead of the original ones.
172172
Translations
173173
------------
174174

175-
Translations are not related to bundles, but to :ref:`translation domains <using-message-domains>`.
175+
Translations are not related to bundles, but to translation domains.
176176
For this reason, you can override any bundle translation file from the main
177177
``translations/`` directory, as long as the new file uses the same domain.
178178

components/form.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ support for very important features:
5555
The Symfony Form component relies on other libraries to solve these problems.
5656
Most of the time you will use Twig and the Symfony
5757
:doc:`HttpFoundation </components/http_foundation>`,
58-
:doc:`Translation </components/translation>` and :doc:`Validator </components/validator>`
58+
:doc:`Translation </translation>` and :doc:`Validator </components/validator>`
5959
components, but you can replace any of these with a different library of your choice.
6060

6161
The following sections explain how to plug these libraries into the form

components/translation.rst

-236
This file was deleted.

components/translation/custom_formats.rst

-125
This file was deleted.

0 commit comments

Comments
 (0)