Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -369,3 +369,5 @@
/contributing/community/other /contributing/community
/setup/composer /setup
/components/debug https://github.com/symfony/debug
/components/translation https://github.com/symfony/translation
/components/translation/usage /translation
2 changes: 1 addition & 1 deletion bundles/override.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ Translations

Translations are not related to bundles, but to domains. That means that you
can override the translations from any translation file, as long as it is in
:ref:`the correct domain <using-message-domains>`.
:ref:`the correct domain <translation-resource-locations>`.

.. _`the Doctrine documentation`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/inheritance-mapping.html#overrides
2 changes: 1 addition & 1 deletion components/form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ support for very important features:
The Symfony Form component relies on other libraries to solve these problems.
Most of the time you will use Twig and the Symfony
:doc:`HttpFoundation </components/http_foundation>`,
:doc:`Translation </components/translation>` and :doc:`Validator </components/validator>`
:doc:`Translation </translation>` and :doc:`Validator </components/validator>`
components, but you can replace any of these with a different library of your choice.

The following sections explain how to plug these libraries into the form
Expand Down
231 changes: 0 additions & 231 deletions components/translation.rst

This file was deleted.

125 changes: 0 additions & 125 deletions components/translation/custom_formats.rst

This file was deleted.

Loading