File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
Install this bundle via Composer:
11
11
12
- ``` bash
12
+ ``` bash
13
13
$ composer require php-translation/symfony-bundle
14
14
```
15
15
@@ -58,8 +58,8 @@ translation:
58
58
` ` ` yaml
59
59
# config/routes/dev/php_translation.yaml
60
60
_translation_webui :
61
- resource : " @TranslationBundle/Resources/config/routing_webui.yaml"
62
- prefix : /admin
61
+ resource : ' @TranslationBundle/Resources/config/routing_webui.yaml'
62
+ prefix : /admin
63
63
64
64
_translation_profiler :
65
65
resource : ' @TranslationBundle/Resources/config/routing_symfony_profiler.yaml'
@@ -69,12 +69,12 @@ _translation_profiler:
69
69
# config/routes/php_translation.yaml
70
70
_translation_edit_in_place :
71
71
resource : ' @TranslationBundle/Resources/config/routing_edit_in_place.yaml'
72
- prefix : /admin
72
+ prefix : /admin
73
73
` ` `
74
74
75
75
## Documentation
76
76
77
- Read the full documentation at [http ://php-translation.readthedocs.io](https://php-translation.readthedocs.io/en/latest/).
77
+ Read the full documentation at [https ://php-translation.readthedocs.io](https://php-translation.readthedocs.io/en/latest/).
78
78
79
79
80
80
[symfony_flex]: https://github.com/symfony/flex
You can’t perform that action at this time.
0 commit comments