We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708888f commit 0c39ac3Copy full SHA for 0c39ac3
components/symfony-bundle.rst
@@ -35,8 +35,25 @@ WebUI
35
.. code-block:: yaml
36
37
// routing_dev.yml
38
- _translation:
+ _translation_webui:
39
resource: "@TranslationBundle/Resources/config/routing_webui.yml"
40
prefix: /admin
41
42
Go to http://localhost.dev/app_dev.php/admin/_trans
43
+
44
+Symfony Profiler Integration
45
+----------------------------
46
47
+.. code-block:: yaml
48
49
+ // config.yml
50
+ translation:
51
+ locales: ["sv", "en"]
52
+ symfony_profiler:
53
+ enabled: true
54
55
56
57
+ // routing_dev.yml
58
+ _translation_profiler:
59
+ resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yml'
0 commit comments