Skip to content

Commit 10235a6

Browse files
committed
docs: move / after folder names
1 parent c475127 commit 10235a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/outgoing/localization.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ with different supported languages.
1717
Language strings are stored in the **app/Language** directory, with a sub-directory for each
1818
supported language::
1919

20-
/app
21-
/Language
22-
/en
20+
app/
21+
Language/
22+
en/
2323
App.php
24-
/fr
24+
fr/
2525
App.php
2626

2727
.. important:: Locale detection only works for web-based requests that use the IncomingRequest class.

0 commit comments

Comments
 (0)