8000 minor #8697 Added translations directory to file tree (fridde, weaver… · symfony/symfony-docs@060cd36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 060cd36

Browse files
committed
minor #8697 Added translations directory to file tree (fridde, weaverryan)
This PR was merged into the 4.0 branch. Discussion ---------- Added translations directory to file tree The description below the directory tree references the translation directory, which is missing in the tree. Commits ------- 4f628d7 adding other dirs e0fa5cb Update flex.rst
2 parents 12912f4 + 4f628d7 commit 060cd36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup/flex.rst

Lines changed: 6 additions & 0 deletions
< 959B td data-grid-cell-id="diff-07043fd1d23a87b1eeb19b1e6fdfb54253f3569c47d33264c4bf95355e9bf0ea-138-138-2" data-line-anchor="diff-07043fd1d23a87b1eeb19b1e6fdfb54253f3569c47d33264c4bf95355e9bf0eaR138" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ following directory structure, which is the same used by default in Symfony 4:
137137
.. code-block:: text
138138
139139
your-project/
140+
├── assets/
141+
├── bin/
142+
│   └── console
140143
├── config/
141144
│   ├── bundles.php
142145
│   ├── packages/
@@ -148,6 +151,9 @@ following directory structure, which is the same used by default in Symfony 4:
148151
│   ├── ...
149152
│   └── Kernel.php
150153
├── templates/
154+
├── tests/
155+
├── translations/
156+
├── var/
151157
└── vendor/
152158
153159
This means that installing the ``symfony/flex`` dependency in your application

0 commit comments

Comments
 (0)
0