This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ For example::
36
36
37
37
$dm->flush();
38
38
39
+ Unless you write your own listener to update the locale *before * the routing
40
+ takes place, your content will be loaded in the default locale and you will
41
+ need to reload the content after the routing step to get the requested locale.
42
+
39
43
.. sidebar :: Translating the URL
40
44
41
45
Since SimpleCmsBundle only provides a single tree structure, all nodes
@@ -45,5 +49,8 @@ For example::
45
49
46
50
If you need language specific URLs, you can either add Route documents for
47
51
the other locales and configure the dynamic router to look for routes under
48
- both prefixes. You can also completely separate routing and content by using
49
- the separate documents from the RoutingBundle and ContentBundle.
52
+ both prefixes, or contribute the feature described in the `issue tracker `_.
53
+ You can also completely separate routing and content by using the separate
54
+ documents from the RoutingBundle and ContentBundle.
55
+
56
+ .. _`issue tracker` : https://github.com/symfony-cmf/SimpleCmsBundle/issues/109
You can’t perform that action at this time.
0 commit comments