Skip to content

Commit f2533b6

Browse files
committed
minor #20989 [Translation] Don't mention the abandoned Doctrine Translatable behavior (javiereguiluz)
This PR was merged into the 7.2 branch. Discussion ---------- [Translation] Don't mention the abandoned Doctrine Translatable behavior Fixes #20855. Last release is from 2021; last commit is from three years ago; it doesn't provide Symfony 7.x compatibility. So, let's not mention it in 7.x docs anymore. Commits ------- 310783b [Translation] Don't mention the abandoned Doctrine Translatable behavior
2 parents 8c0ddbc + 310783b commit f2533b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

translation.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,7 @@ Translations of Doctrine Entities
599599

600600
Unlike the contents of templates, it's not practical to translate the contents
601601
stored in Doctrine Entities using translation catalogs. Instead, use the
602-
Doctrine `Translatable Extension`_ or the `Translatable Behavior`_. For more
603-
information, read the documentation of those libraries.
602+
Doctrine `Translatable Extension`_.
604603

605604
Custom Translation Resources
606605
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1599,7 +1598,6 @@ Learn more
15991598
.. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
16001599
.. _`ISO 639-1`: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
16011600
.. _`Translatable Extension`: https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/doc/translatable.md
1602-
.. _`Translatable Behavior`: https://github.com/KnpLabs/DoctrineBehaviors
16031601
.. _`Custom Language Name setting`: https://docs.lokalise.com/en/articles/1400492-uploading-files#custom-language-codes
16041602
.. _`ICU resource bundle`: https://github.com/unicode-org/icu-docs/blob/main/design/bnf_rb.txt
16051603
.. _`Portable object format`: https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html

0 commit comments

Comments
 (0)