8000 added XML config · symfony/symfony-docs@2d148b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d148b4

Browse files
committed
added XML config
1 parent 4d3a6ad commit 2d148b4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ container into a single file, which could improve performance when using
7777
7878
.. _performance-enabled-locales:
7979

80-
Restrict the number of locales enabled in the application
80+
Restrict the Number of Locales Enabled in the Application
8181
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8282

8383
Use the :ref:`framework.translator.enabled_locales <reference-translator-enabled-locales>`

reference/configuration/framework.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,9 +2028,8 @@ performance a bit:
20282028
20292029
<framework:config>
20302030
<framework:translation>
2031-
2032-
?????
2033-
2031+
<enabled-locale>en</enabled-locale>
2032+
<enabled-locale>es</enabled-locale>
20342033
</framework:translation>
20352034
</framework:config>
20362035
</container>

0 commit comments

Comments
 (0)
0