@@ -77,10 +77,10 @@ Filters
77
77
| | spaces and capitalizes the string) |
78
78
+---------------------------------------------------------------------------------+-------------------------------------------------------------------+
79
79
| ``text|trans(arguments = {}, domain = 'messages', locale = null) `` | This will translate the text into the current language, more |
80
- | | information in :ref: `book-translation-twig `. |
80
+ | | information in :ref: `book-translation-filers `. |
81
81
+---------------------------------------------------------------------------------+-------------------------------------------------------------------+
82
82
| ``text|transchoice(count, arguments = {}, domain = 'messages', locale = null) `` | This will translate the text with pluralization, more information |
83
- | | in :ref: `book-translation-twig `. |
83
+ | | in :ref: `book-translation-filters `. |
84
84
+---------------------------------------------------------------------------------+-------------------------------------------------------------------+
85
85
| ``variable|yaml_encode(inline = 0) `` | This will transform the variable text into a YAML syntax. |
86
86
+---------------------------------------------------------------------------------+-------------------------------------------------------------------+
@@ -121,10 +121,10 @@ Tags
121
121
| | more information in :doc: `/cookbook/form/form_customization `. |
122
122
+---------------------------------------------------+--------------------------------------------------------------------+
123
123
| ``{% trans with {variables} %}...{% endtrans %} `` | This will translate and render the text, more information in |
124
- | | :ref: `book-translation-twig ` |
124
+ | | :ref: `book-translation-tags ` |
125
125
+---------------------------------------------------+--------------------------------------------------------------------+
126
126
| ``{% transchoice count with {variables} %} `` | This will translate and render the text with pluralization, more |
127
- | ... | information in :ref: `book-translation-twig ` |
127
+ | ... | information in :ref: `book-translation-tags ` |
128
128
| ``{% endtranschoice %} `` | |
129
129
+---------------------------------------------------+--------------------------------------------------------------------+
130
130
| ``{% trans_default_domain language %} `` | This will set the default domain for message catalogues in the |
0 commit comments