We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c475127 commit 10235a6Copy full SHA for 10235a6
1 file changed
user_guide_src/source/outgoing/localization.rst
@@ -17,11 +17,11 @@ with different supported languages.
17
Language strings are stored in the **app/Language** directory, with a sub-directory for each
18
supported language::
19
20
- /app
21
- /Language
22
- /en
+ app/
+ Language/
+ en/
23
App.php
24
- /fr
+ fr/
25
26
27
.. important:: Locale detection only works for web-based requests that use the IncomingRequest class.
0 commit comments