Skip to content

Commit 230b796

Browse files
committed
-
1 parent 6e391e7 commit 230b796

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

_build/redirection_map

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@
456456
/templating/inheritance /templates#template-inheritance-and-layouts
457457
/testing/doctrine /testing/database
458458
/translation/templates /translation#translation-in-templates
459+
/translation/debug /translation#translation-debug
460+
/translation/lint /translation#translation-lint
461+
/translation/locale /translation#translation-locale
459462
/doctrine/lifecycle_callbacks /doctrine/events
460463
/doctrine/event_listeners_subscribers /doctrine/events
461464
/doctrine/common_extensions /doctrine

translation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ now use the following commands to push (upload) and pull (download) translations
746746
# check out the command help to see its options (format, domains, locales, intl-icu, etc.)
747747
$ php bin/console translation:pull --help
748748
749+
.. _translation-locale:
750+
749751
.. index::
750752
single: Translation; Locale
751753

@@ -1021,6 +1023,8 @@ checks translation resources for several locales:
10211023
add the missing translation to the log file. For details,
10221024
see :ref:`reference-framework-translator-logging`.
10231025

1026+
.. _translation-debug:
1027+
10241028
.. index::
10251029
single: Translation; Debug
10261030
single: Translation; Missing Messages
@@ -1237,6 +1241,8 @@ These constants are defined as "bit masks", so you can combine them as follows::
12371241

12381242
The exit codes were introduced in Symfony 5.1
12391243

1244+
.. _translation-lint:
1245+
12401246
.. index::
12411247
single: Translation; Lint
12421248
single: Translation; Translation File Errors

0 commit comments

Comments
 (0)