File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -246,13 +246,13 @@ Translation
246
246
~~~~~~~~~~~
247
247
248
248
If you're using the Twig integration with one of the default form theme files
249
- (e.g. ``form_div_layout.html.twig ``), there are 2 Twig filters (``trans ``)
250
- that are used for translating form labels, errors, option
249
+ (e.g. ``form_div_layout.html.twig ``), there is a Twig filter (``trans ``)
250
+ that is used for translating form labels, errors, option
251
251
text and other strings.
252
252
253
- To add these Twig filters , you can either use the built-in
253
+ To add the `` trans `` Twig filter , you can either use the built-in
254
254
:class: `Symfony\\ Bridge\\ Twig\\ Extension\\ TranslationExtension ` that integrates
255
- with Symfony's Translation component, or add the 2 Twig filters yourself,
255
+ with Symfony's Translation component, or add the Twig filter yourself,
256
256
via your own Twig extension.
257
257
258
258
To use the built-in integration, be sure that your project has Symfony's
You can’t perform that action at this time.
0 commit comments